forceEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *(Effects?|Arguments?) *=" to "")
m (revert + fix)
Tag: Undo
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofp
|game1= ofp


|1.00
|version1= 1.00


|eff= local
|eff= local
Line 9: Line 9:
|gr1= Mission Information
|gr1= Mission Information


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


| [[forceEnd]]
|s1= [[forceEnd]]


| [[Nothing]]
|r1= [[Nothing]]
   
   
|x1= <code>{{cc| in an Ending trigger to ensure no camera is delaying mission ending}}[[forceEnd]];</code>
|x1= <code>{{cc|in an Ending trigger to ensure no camera is delaying mission ending}}
[[forceEnd]];</code>


| [[failMission]], [[endMission]], [[enableEndDialog]]
|seealso= [[failMission]], [[endMission]], [[enableEndDialog]]
}}
}}


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.46|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.46|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]

Revision as of 18:10, 29 January 2021

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