23 #include "object/task/task.h" 35 bool EventProcess(
const Event &event)
override;
37 Error Start(
float length);
38 Error IsEnded()
override;
41 float m_totalLength = 0.0f;
42 float m_advanceLength = 0.0f;
43 float m_direction = 0.0f;
44 float m_timeLimit = 0.0f;
46 float m_lastDist = 0.0f;
47 float m_fixTime = 0.0f;
48 bool m_bError =
false;
Definition: old_object.h:79
Definition: taskadvance.h:29
Vector struct and related functions.
3D (3x1) vector
Definition: vector.h:53
Event sent by system, interface or game.
Definition: event.h:735