For Type

From Bohemia Interactive Community
Revision as of 01:45, 11 February 2021 by R3vo (talk | contribs) (category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description: This type handles 'For' cycles.


Usage of this type:

for "_var" from :expr: to :expr: [step <expr>] do {..code..};

Second usage:

for [":initPhase:",":condition:",":updatePhase:"] do {...code...};

Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance.

See Also

for, Control Structures