for

From Bohemia Interactive Community
Revision as of 16:00, 7 August 2015 by Shukari (talk | contribs) (_x is a magic variable... _i seams better)
Jump to navigation Jump to search

for can refer to these scripting commands:

Example

for [{_i=1},{_i<=10},{_i=_i+1}] do {};

Example

for "_i" from 1 to 10 do {};


See Also

Control Structures

Template:Disambig