23 #include "object/auto/auto.h" 46 void DeleteObject(
bool bAll=
false)
override;
49 void Start(
int param)
override;
50 bool EventProcess(
const Event &event)
override;
51 bool Abort()
override;
52 Error GetError()
override;
55 void UpdateTrackMapping(
float left,
float right);
58 AutoPorticoPhase m_phase = APOP_WAIT;
59 float m_progress = 0.0f;
61 float m_cameraProgress = 0.0f;
62 float m_cameraSpeed = 0.0f;
63 float m_lastParticle = 0.0f;
66 float m_posTrack = 0.0f;
68 int m_soundChannel = 0;
Definition: old_object.h:79
Definition: autoportico.h:40
3D (3x1) vector
Definition: vector.h:53
Event sent by system, interface or game.
Definition: event.h:735