missionEnd
Jump to navigation
Jump to search
Description
- Description:
- Returns mission end type and how it was ended or an empty array [] is mission was not ended.
- Groups:
- Mission Information
Syntax
- Syntax:
- missionEnd
- Return Value:
- Array - in format: [endType, failMission, isFailed] or empty array [], where:
- endType : String - the ending String that was passed to failMission or endMission
- failMission: Boolean - true if the mission ended via failMission, false if via endMission
- isFailed: Boolean - engine idea of how mission ended. For example if mission ended via failMission but the type of ending was not "Killed", 'isFailed' is false
Examples
- Example 1:
_misssionEnd = missionEnd
Additional Information
- See also:
- endMissionfailMissionforceEnd
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note