|
Ground of Aces Modding
|
Missions.get_enemy_count
| mission_entity_id | Entity ID of the mission currently accessing the mission script |
Int The number of enemy airplanes the intel report shows.
Event handler that returns the number of enemy airplanes the pilots participating in the mission will have to face. It is called once, while the mission is created, and only for a mission without a .json - a mission with JSON shows its _enemyPlaneReport instead. When the handler is missing the game uses 0.
The mission info window draws one icon per enemy plane, so keep the count modest.