23 #include "object/auto/auto.h"
54 ABP_PORTICO_MOVE = 12,
55 ABP_PORTICO_WAIT1= 13,
56 ABP_PORTICO_DOWN = 14,
57 ABP_PORTICO_WAIT2= 15,
58 ABP_PORTICO_OPEN = 16,
60 ABP_TRANSIT_MOVE = 17,
71 void DeleteObject(
bool bAll=
false);
74 void Start(
int param);
75 bool EventProcess(
const Event &event);
79 bool CreateInterface(
bool bSelect);
81 Error TakeOff(
bool printMsg);
84 void UpdateInterface();
85 void FreezeCargo(
bool bFreeze);
87 Error CheckCloseDoor();
92 AutoBasePhase m_phase;
97 float m_lastMotorParticle;
106 int m_partiChannel[8];
108 std::string m_bgBack;
109 std::string m_bgName;
Error
Type of error or info message.
Definition: global.h:29
3D (3x1) vector
Definition: vector.h:49
RGBA color.
Definition: color.h:35
Event sent by system, interface or game.
Definition: event.h:686
Definition: autobase.h:65