step
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:
- Optionally can set step. If you want to count down, step must be specified, and set negative. Default value is 1.
Syntax
Examples
- Example 1:
for "_x" from 20 to 10 step -2 do {..code..}
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- Control Structures

