Ground of Aces Scripting API
|
This class is available under a global missions_api
variable.
More...
Public Member Functions | |
uint[] | GetMissionAirplaneFormation (uint missionEntityId) |
Get airplane formation assigned to a mission More... | |
int | GetEnemyCount (uint missionEntityId) |
Get the number of enemy planes reported More... | |
bool | IsMissionSuccessful (uint missionEntityId) |
Get mission result More... | |
int | GetNumberOfEventsSent (uint missionEntityId) |
Get the amount of events sent during a mission More... | |
This class is available under a global missions_api
variable.
|
inline |
Get the number of enemy planes reported
missionEntityId | Entity id of mission |
|
inline |
Get airplane formation assigned to a mission
missionEntityId | Entity id of mission |
|
inline |
Get the amount of events sent during a mission
missionEntityId | Entity id of mission |
|
inline |
Get mission result
missionEntityId | Entity id of mission |