missionEnd

From Bohemia Interactive Community
Revision as of 12:30, 17 November 2021 by Lou Montana (talk | contribs) (Add example)
Jump to navigation Jump to search
Hover & click on the images for description

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 if the mission is not ending), where:

Examples

Example 1:
private _misssionEnd = missionEnd;
Example 2:
missionEnd params ["_endType", "_failMission", "_isFailed"];

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