Colobot
|
Interface for transportable objects. More...
#include <transportable_object.h>
Public Member Functions | |
CTransportableObject (ObjectInterfaceTypes &types) | |
virtual void | SetTransporter (CObject *transporter)=0 |
Set transporter object that transports this object. More... | |
virtual CObject * | GetTransporter ()=0 |
Return transported object. More... | |
virtual void | SetTransporterPart (int part)=0 |
bool | IsBeingTransported () |
Return true if the object is currently transported. More... | |
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.