|
A flying vehicle. More...
Public Member Functions | |
void | useCreateHeight (bool enabled) |
Set whether the vehicle should temporarily use the createHoverHeight specified in the datablock. | |
Static Public Attributes | |
static bool | isRenderable |
Disables rendering of all instances of this type. | |
static bool | isSelectable |
Disables selection of all instances of this type. |
A flying vehicle.
The model used for the FlyingVehicle has the following requirements:
void FlyingVehicle::useCreateHeight | ( | bool | enabled | ) |
Set whether the vehicle should temporarily use the createHoverHeight specified in the datablock.
This can help avoid problems with spawning.
enabled | true to use the datablock createHoverHeight, false otherwise |
bool FlyingVehicle::isRenderable [static] |
Disables rendering of all instances of this type.
Reimplemented from Vehicle.
bool FlyingVehicle::isSelectable [static] |
Disables selection of all instances of this type.
Reimplemented from Vehicle.