exit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
mNo edit summary
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| ofp |Game name=


|1.00|= Game version
|gr1= Program Flow |GROUP1=
 
|1.00|Game version=


|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
Line 38: Line 40:
[[Category:Scripting Commands OFP 1.96|EXIT]]
[[Category:Scripting Commands OFP 1.96|EXIT]]
[[Category:Scripting Commands OFP 1.46|EXIT]]
[[Category:Scripting Commands OFP 1.46|EXIT]]
[[Category:Scripting Commands ArmA|EXIT]]
[[Category:Scripting Commands Armed Assault|EXIT]]
[[Category:Command Group: Program Flow|EXIT]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 12:10, 26 September 2020

Hover & click on the images for description

Description

Description:
Stops the execution of a SQS script. It's ignored in SQF Scripts.
Groups:
Program Flow

Syntax

Syntax:
exit
Return Value:
Nothing

Examples

Example 1:
exit

Additional Information

See also:
exitWithControl Structures

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