for var
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Starts for sequence, use in complete form (see example).
Syntax
Examples
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- for [ ], Control Structures
Notes
Notes
Notes
-
Chosen variable may not contain capital letters.
for "_I" from 0 to 4 do{}; //will not work
--T_D 23:46, 26 January 2007 (CET)

