25 #include "object/task/task.h"
30 const float RADIUS_SHIELD_MIN = 40.0f;
31 const float RADIUS_SHIELD_MAX = 100.0f;
60 bool EventProcess(
const Event &event);
62 Error Start(TaskShieldMode mode,
float delay);
70 void IncreaseShield();
74 TaskShieldPhase m_phase;
Definition: taskshield.h:54
Vector struct and related functions.
Error
Type of error or info message.
Definition: global.h:32
3D (3x1) vector
Definition: vector.h:52
Event sent by system, interface or game.
Definition: event.h:678