23 #include "object/task/task.h" 44 bool EventProcess(
const Event &event)
override;
47 Error IsEnded()
override;
48 bool Abort()
override;
54 TaskTerraPhase m_phase = TTP_CHARGE;
55 float m_progress = 0.0f;
58 float m_lastParticle = 0.0f;
59 int m_soundChannel = 0;
60 bool m_bError =
false;
Definition: old_object.h:79
Vector struct and related functions.
3D (3x1) vector
Definition: vector.h:53
Event sent by system, interface or game.
Definition: event.h:735