|
Colobot
|
Interface for transportable objects. More...
#include <src/object/interface/transportable_object.h>

Public Member Functions | |
| CTransportableObject (ObjectInterfaceTypes &types) | |
| virtual void | SetTransporter (CObject *transporter)=0 |
| Set transporter object that transports this object. | |
| virtual CObject * | GetTransporter ()=0 |
| Return transported object. | |
| virtual void | SetTransporterPart (int part)=0 |
| bool | IsBeingTransported () |
| Return true if the object is currently transported. | |
Interface for transportable objects.
|
pure virtual |
Set transporter object that transports this object.
Implemented in COldObject.
|
pure virtual |
Return transported object.
Implemented in COldObject.
|
inline |
Return true if the object is currently transported.