Colobot
|
Public Member Functions | |
CTaskInfo (CObject *object) | |
bool | EventProcess (const Event &event) |
Error | Start (const char *name, float value, float power, bool bSend) |
Error | IsEnded () |
bool | Abort () |
![]() | |
CTask (CObject *object) | |
virtual bool | IsBusy () |
Protected Member Functions | |
CObject * | SearchInfo (float power) |
Protected Attributes | |
float | m_progress |
float | m_speed |
float | m_time |
bool | m_bError |
![]() | |
Gfx::CEngine * | m_engine |
Gfx::CLightManager * | m_lightMan |
Gfx::CParticle * | m_particle |
Gfx::CTerrain * | m_terrain |
Gfx::CWater * | m_water |
Gfx::CCamera * | m_camera |
CMotion * | m_motion |
CBrain * | m_brain |
CPhysics * | m_physics |
CObject * | m_object |
CRobotMain * | m_main |
CSoundInterface * | m_sound |