22 #include "object/task/task.h"
27 const float RADIUS_SHIELD_MIN = 40.0f;
28 const float RADIUS_SHIELD_MAX = 100.0f;
56 bool EventProcess(
const Event &event);
58 Error Start(TaskShieldMode mode,
float delay);
66 void IncreaseShield();
70 TaskShieldPhase m_phase;
Definition: taskshield.h:50
Vector struct and related functions.
Error
Type of error or info message.
Definition: global.h:29
3D (3x1) vector
Definition: vector.h:49
Event sent by system, interface or game.
Definition: event.h:687