Colobot
|
Interface for objects that can fly. More...
#include <flying_object.h>
Public Member Functions | |
CFlyingObject (ObjectInterfaceTypes &types) | |
![]() | |
CMovableObject (ObjectInterfaceTypes &types) | |
virtual CPhysics * | GetPhysics ()=0 |
Returns CPhysics instance associated with this object. If the object implements Movable interface, and type != OBJECT_TOTO, this can be assumed to be != nullptr. More... | |
virtual CMotion * | GetMotion ()=0 |
Returns CMotion instance associated with this object. If the object implements Movable interface, this can be assumed to be != nullptr. More... | |
Interface for objects that can fly.