forEach: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
[[Category:Scripting Commands ArmA|F]] | [[Category:Scripting Commands ArmA|F]] | ||
<h2 style="color:#000066">'''''command'' forEach ''array'''''</h2> | <h2 style="color:#000066">'''''command'' forEach ''array'''''</h2> |
Revision as of 12:05, 23 April 2006
command forEach array
Operand types:
command: String
array: Array
Type of returned value:
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