break: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *\[\[([a-zA-Z0-9_]+)\]\] * \|r1=" to "|s1= $1 |r1=")
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3")
Line 7: Line 7:
|gr1= Program Flow
|gr1= Program Flow


| Skips all loop interations.
|descr= Skips all loop interations.


|s1= [[break]]
|s1= [[break]]

Revision as of 21:54, 13 June 2021

Hover & click on the images for description

Description

Description:
Skips all loop interations.
Groups:
Program Flow

Syntax

Syntax:
break
Return Value:
Nothing

Examples

Example 1:
for "_i" from 0 to 3 do { if (_i == 2) then {break}; systemChat str _i; };

Additional Information

See also:
continueWith continue breakWith breakOut

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