Ground of Aces Scripting API
|
This class is available under a global airplane_api
variable.
More...
Public Member Functions | |
string | GetPilot (uint airplaneId) |
Get pilot assigned to an airplane More... | |
float | GetAirplaneHealth (uint airplaneId) |
Get the health value of an airplane More... | |
float | GetAirplaneIntegrity (uint airplaneId) |
Get the integrity value of an airplane More... | |
uint | GetAirplaneParkingLot (uint airplaneId) |
Get the parking lot assigned to an airplane More... | |
This class is available under a global airplane_api
variable.
|
inline |
Get the health value of an airplane
airplaneId | ID of the airplane |
|
inline |
Get the integrity value of an airplane
airplaneId | ID of the airplane |
|
inline |
Get the parking lot assigned to an airplane
airplaneId | ID of the airplane |
Exception | No parking lot found |
|
inline |
Get pilot assigned to an airplane
airplaneId | ID of the airplane |