User Tools

Site Tools


arma3:scripting:return-all-east-groups

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma3:scripting:return-all-east-groups [2022-04-16 06:49] (current)
snakeman created initial page.
Line 1: Line 1:
 +====== ArmA 3 Return All EAST Groups ======
 +
 +[[:​arma3|ArmA 3]] and [[arma3:​scripting|ArmA 3 Scripting]]
 +
 +**2022-04-16**
 +
 +HOWTO return all EAST groups in a mission, for example mission editor placed groups?
 +
 +<code cpp>
 +private _pmcEastGroups = allGroups select {side _x isEqualTo EAST};
 +</​code>​
 +
 +This returns all east groups into a array list of _pmcEastGroups.
  
arma3/scripting/return-all-east-groups.txt ยท Last modified: 2022-04-16 06:49 by snakeman