23 #include "object/task/task.h" 50 bool EventProcess(
const Event &event)
override;
53 Error IsEnded()
override;
54 bool Abort()
override;
62 TaskSearchHand m_hand = TSH_UP;
63 TaskSearchPhase m_phase = TSP_DOWN;
64 float m_progress = 0.0f;
67 float m_lastParticle = 0.0f;
68 float m_initialAngle[3] = {};
69 float m_finalAngle[3] = {};
70 bool m_bError =
false;
Definition: tasksearch.h:44
Definition: old_object.h:79
ObjectType
Type of game object.
Definition: object_type.h:33
Event sent by system, interface or game.
Definition: event.h:735