For Type

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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