|
const string | GET_MISSION_ID = "get_mission_id" |
| Event to get the id of mission.
|
|
const string | GET_MISSION_NAME = "get_mission_name" |
| Event to get the name of mission.
|
|
const string | GET_MISSION_DESCRIPTION_TEXT = "get_mission_description_text" |
| Event to get description of mission to display on mission info.
|
|
const string | GET_TIME_TO_START = "get_time_to_start" |
| Event to get how much time is available to start the mission to display on mission info.
|
|
const string | INITIALIZE_MISSION = "initialize_mission" |
| Event to initialize mission.
|
|
const string | GET_COMPLETION_TIME = "get_completion_time" |
| Event to get the duration of the mission.
|
|
const string | GET_ENEMY_COUNT = "get_enemy_count" |
| Event to get the amount of enemies encountered in a mission.
|
|
const string | GET_FUEL_LEVEL = "get_fuel_level" |
| Event to get the amount of fuel required to return from mission.
|
|
const string | GET_MISSION_EVENTS_COUNT = "get_mission_events_count" |
| Event to get the amount of events triggered in a mission.
|
|
const string | GET_THREAT_LEVEL = "get_threat_level" |
| Event to get the treat level of a mission.
|
|
const string | GET_MISSION_RESULT = "get_mission_result" |
| Event to calculate the result of a mission.
|
|
const string | SET_MISSION_IMPACT = "set_mission_impact" |
| Event to calculate the impact of the mission on plane health and integrity.
|
|
const string | SEND_MISSION_EVENT = "send_mission_event" |
| Event triggered during the mission, will reoccur multiple times.
|
|
const string | SEND_MISSION_RESULT_EVENT = "send_mission_result_text" |
| Event triggered once the mission is completed.
|
|
const string | SEND_MISSION_CANCELLED_EVENT = "send_mission_cancelled_text" |
| Event triggered once the mission is cancelled.
|
|
const string | GET_MISSION_RESULT_TEXT = "get_mission_result_text" |
| Event to get the result text to display on mission result.
|
|
const string | CALCULATE_MISSION_MODIFIERS = "calculate_mission_modifiers" |
| Event to set the mission modifiers that will determine the chance of a successful mission.
|
|
const string | CALCULATE_AIRPLANE_MODIFIERS = "calculate_airplane_modifiers" |
| Event to set the mission modifiers attributed to airplanes that will determine the chance of a successful mission.
|
|
const string | CALCULATE_PILOT_MODIFIERS = "calculate_pilot_modifiers" |
| Event to set the mission modifiers attributed to pilots that will determine the chance of a successful mission.
|
|
A class containing definitions of the built-in mission events.