RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions
Script2Game::TurbojetClass Class Reference

Binding of RoR::Turbojet. More...

#include <TurbojetClass.h>

Public Member Functions

float getMaxDryThrust ()
 
bool getAfterburner ()
 
float getAfterburnerThrust ()
 
float getExhaustVelocity ()
 

Detailed Description

Binding of RoR::Turbojet.

Contains information specific to turbojet engines.

Note
Obtain the object using BeamClass.getTurbojet(int index).

Definition at line 15 of file TurbojetClass.h.

Member Function Documentation

◆ getAfterburner()

bool Script2Game::TurbojetClass::getAfterburner ( )
Returns
Whether the afterburner is active.

◆ getAfterburnerThrust()

float Script2Game::TurbojetClass::getAfterburnerThrust ( )
Returns
Maximum thrust with afterburner active (wet thrust), in kilonewtons.

◆ getExhaustVelocity()

float Script2Game::TurbojetClass::getExhaustVelocity ( )
Returns
The exhaust gas velocity, in metres per second.

◆ getMaxDryThrust()

float Script2Game::TurbojetClass::getMaxDryThrust ( )
Returns
Maximum dry thrust (no afterburner) of the engine, in kilonewtons.

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