23 #include "object/task/task.h" 45 bool EventProcess(
const Event &event)
override;
48 Error IsEnded()
override;
49 bool Abort()
override;
55 TaskFireAnt m_phase = TFA_NULL;
56 float m_progress = 0.0f;
59 bool m_bError =
false;
62 float m_lastParticle = 0.0f;
Definition: old_object.h:79
Vector struct and related functions.
Definition: taskfireant.h:39
3D (3x1) vector
Definition: vector.h:53
Event sent by system, interface or game.
Definition: event.h:735