countEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|C]]
[[Category:Scripting Commands|COUNTENEMY]]
[[Category:Scripting Commands OFP 1.97|C]]
[[Category:Scripting Commands OFP 1.97|COUNTENEMY]]
[[Category:Scripting Commands OFP 1.46|C]]
[[Category:Scripting Commands OFP 1.46|COUNTENEMY]]
[[Category:Scripting Commands ArmA|C]]
[[Category:Scripting Commands ArmA|COUNTENEMY]]





Revision as of 14:43, 4 May 2006


unit countEnemy array


Operand types:

unit: Object

array: Array

Type of returned value:

Number

Description:

Count how many units from array are considered enemy by unit.


Example:

player countEnemy list triggerOne


Comments:

The countEnemy command seem to count the number of units from the array that are considered to be of the given type by the whole side, not just the specified unit.