exit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
(35 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|E]]
{{Command|Comments=
[[Category:Scripting Commands OFP 1.97|E]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|E]]
[[Category:Scripting Commands ArmA|E]]


| ofp |Game name=


<h2 style="color:#000066">'''exit'''</h2>
|1.00|Game version=


|eff= local |Multiplayer Effects=
____________________________________________________________________________________________


'''Operand types:'''
| Stops the execution of a [[sqs | SQS script]].


None
It's ignored in [[SQF | SQF Scripts]].|DESCRIPTION=
____________________________________________________________________________________________


'''Type of returned value:'''
| '''exit''' |SYNTAX=


[[Nothing]]
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


'''Description:'''
|x1= exit |EXAMPLE1=
____________________________________________________________________________________________


Exit script.
| [[exitWith]], [[Control Structures]] |SEEALSO=
 
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|EXIT]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|EXIT]]
[[Category:Scripting Commands OFP 1.46|EXIT]]
[[Category:Scripting Commands Armed Assault|EXIT]]
[[Category:Command Group: Program Flow|EXIT]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 20:05, 3 June 2020

Hover & click on the images for description

Description

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

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