Colobot
Public Member Functions | List of all members
CFlyingObject Class Reference

Interface for objects that can fly. More...

#include <flying_object.h>

Inheritance diagram for CFlyingObject:
Inheritance graph
[legend]

Public Member Functions

 CFlyingObject (ObjectInterfaceTypes &types)
 
- Public Member Functions inherited from CMovableObject
 CMovableObject (ObjectInterfaceTypes &types)
 
virtual CPhysicsGetPhysics ()=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 CMotionGetMotion ()=0
 Returns CMotion instance associated with this object. If the object implements Movable interface, this can be assumed to be != nullptr. More...
 

Detailed Description

Interface for objects that can fly.


The documentation for this class was generated from the following file: