#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 | |
Definition at line 251 of file ProductionUpdate.h.
| UnsignedInt ProductionUpdate::DoorInfo::m_doorClosedFrame |
frame any door was closed on
Definition at line 255 of file ProductionUpdate.h.
| 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.
| UnsignedInt ProductionUpdate::DoorInfo::m_doorWaitOpenFrame |
frame we entered into wait open state
Definition at line 254 of file ProductionUpdate.h.
| Bool ProductionUpdate::DoorInfo::m_holdOpen |
if T, don't allow door to close
Definition at line 256 of file ProductionUpdate.h.