23 #include "object/task/task.h" 33 bool EventProcess(
const Event &event)
override;
35 Error Start(
float delay);
36 Error IsEnded()
override;
37 bool Abort()
override;
42 float m_progress = 0.0f;
43 bool m_bError =
false;
45 bool m_bOrganic =
false;
48 float m_lastParticle = 0.0f;
49 float m_lastSound = 0.0f;
50 int m_soundChannel = 0;
bool IsPilot() override
Returns true if you can control the robot while the task is executing.
Definition: taskfire.cpp:391
Definition: taskfire.h:27
Definition: old_object.h:79
Event sent by system, interface or game.
Definition: event.h:735