Colobot
|
Public Member Functions | |
CTaskGunGoal (COldObject *object) | |
bool | EventProcess (const Event &event) override |
Error | Start (float dirV, float dirH) |
Error | IsEnded () override |
bool | Abort () override |
![]() | |
CBackgroundTask (COldObject *object) | |
bool | IsBackground () final |
Returns true if this task is meant to be run as a background task. More... | |
bool | IsPilot () final |
Returns true if you can control the robot while the task is executing. More... | |
![]() | |
CTask (COldObject *object) | |
virtual bool | IsBusy () |
Protected Attributes | |
float | m_progress = 0.0f |
float | m_speed = 0.0f |
float | m_initialDirV = 0.0f |
float | m_finalDirV = 0.0f |
float | m_initialDirH = 0.0f |
float | m_finalDirH = 0.0f |
bool | m_aimImpossible = false |
![]() | |
Gfx::CEngine * | m_engine = nullptr |
Gfx::CLightManager * | m_lightMan = nullptr |
Gfx::CParticle * | m_particle = nullptr |
Gfx::CTerrain * | m_terrain = nullptr |
Gfx::CWater * | m_water = nullptr |
Gfx::CCamera * | m_camera = nullptr |
CRobotMain * | m_main = nullptr |
CSoundInterface * | m_sound = nullptr |
COldObject * | m_object = nullptr |
CProgrammableObject * | m_programmable = nullptr |
CMotion * | m_motion = nullptr |
CPhysics * | m_physics = nullptr |