forEach

From Bohemia Interactive Community
Revision as of 11:39, 16 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search

back to COMREF

command forEach array


Operand types:

command: String

array: Array

Type of returned value:

Nothing

Description:

Execute given command for each element of array.

It is executed as follows:

For each element of array assign element as _x and execute command.


Example:

"_x setdammage 1" forEach units group player