25 #include "object/auto/auto.h"
56 ABP_PORTICO_MOVE = 12,
57 ABP_PORTICO_WAIT1= 13,
58 ABP_PORTICO_DOWN = 14,
59 ABP_PORTICO_WAIT2= 15,
60 ABP_PORTICO_OPEN = 16,
62 ABP_TRANSIT_MOVE = 17,
73 void DeleteObject(
bool bAll=
false);
76 void Start(
int param);
77 bool EventProcess(
const Event &event);
81 bool CreateInterface(
bool bSelect);
83 Error TakeOff(
bool printMsg);
86 void UpdateInterface();
87 void FreezeCargo(
bool bFreeze);
89 Error CheckCloseDoor();
94 AutoBasePhase m_phase;
99 float m_lastMotorParticle;
108 int m_partiChannel[8];
110 std::string m_bgBack;
111 std::string m_bgName;
Error
Type of error or info message.
Definition: global.h:32
3D (3x1) vector
Definition: vector.h:52
RGBA color.
Definition: color.h:38
Event sent by system, interface or game.
Definition: event.h:678
Definition: autobase.h:67