forceEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "[[{{ofp}}]]" to "{{ofp}}")
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Forces mission ending (set with [[endMission]]) even if a camera effect or any another condition delays the endMission (mostly in [[{{ofp}}]]). |DESCRIPTION=
| Forces mission ending (set with [[endMission]]) even if a camera effect or any another condition delays the endMission (mostly in [[:Category:Operation Flashpoint|{{ofp}}]]). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:08, 29 December 2020

Hover & click on the images for description

Description

Description:
Forces mission ending (set with endMission) even if a camera effect or any another condition delays the endMission (mostly in Operation Flashpoint).
Groups:
Mission Information

Syntax

Syntax:
forceEnd
Return Value:
Nothing

Examples

Example 1:
// in an Ending trigger to ensure no camera is delaying mission ending forceEnd;

Additional Information

See also:
failMissionendMissionenableEndDialog

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

Notes

Bottom Section