exit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
(One intermediate revision by one other user not shown)
Line 11: Line 11:
| Stops the execution of a [[sqs | SQS script]].
| Stops the execution of a [[sqs | SQS script]].


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


| '''exit''' |= Syntax
| '''exit''' |SYNTAX=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= exit |= Example 1
|x1= exit |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[exitWith]], [[Control Structures]] |= See also
| [[exitWith]], [[Control Structures]] |SEEALSO=


}}
}}
Line 35: Line 35:


[[Category:Scripting Commands|EXIT]]
[[Category:Scripting Commands|EXIT]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[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]]

Revision as of 15:39, 7 April 2019

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