Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ProductionUpdate::DoorInfo Struct Reference

#include <ProductionUpdate.h>

Public Attributes

UnsignedInt m_doorOpenedFrame
 for producer objects that have a door open/close animation when they make something
 
UnsignedInt m_doorWaitOpenFrame
 frame we entered into wait open state
 
UnsignedInt m_doorClosedFrame
 frame any door was closed on
 
Bool m_holdOpen
 if T, don't allow door to close
 

Detailed Description

Definition at line 251 of file ProductionUpdate.h.

Member Data Documentation

◆ m_doorClosedFrame

UnsignedInt ProductionUpdate::DoorInfo::m_doorClosedFrame

frame any door was closed on

Definition at line 255 of file ProductionUpdate.h.

◆ m_doorOpenedFrame

UnsignedInt ProductionUpdate::DoorInfo::m_doorOpenedFrame

for producer objects that have a door open/close animation when they make something

Definition at line 253 of file ProductionUpdate.h.

◆ m_doorWaitOpenFrame

UnsignedInt ProductionUpdate::DoorInfo::m_doorWaitOpenFrame

frame we entered into wait open state

Definition at line 254 of file ProductionUpdate.h.

◆ m_holdOpen

Bool ProductionUpdate::DoorInfo::m_holdOpen

if T, don't allow door to close

Definition at line 256 of file ProductionUpdate.h.


The documentation for this struct was generated from the following file: