countUnknown: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands|COUNTUNKNOWN]] | [[Category:Scripting Commands|COUNTUNKNOWN]] | ||
[[Category:Scripting Commands OFP 1. | [[Category:Scripting Commands OFP 1.96|COUNTUNKNOWN]] | ||
[[Category:Scripting Commands OFP 1.46|COUNTUNKNOWN]] | [[Category:Scripting Commands OFP 1.46|COUNTUNKNOWN]] | ||
[[Category:Scripting Commands ArmA|COUNTUNKNOWN]] | [[Category:Scripting Commands ArmA|COUNTUNKNOWN]] |
Revision as of 20:07, 1 June 2006
unit countUnknown array
Operand types:
unit: Object
array: Array
Type of returned value:
Description:
Count how many units from array are considered unknown by unit.
Example:
[[
player]] countUnknown list triggerOne
Comments:
The countUnknown 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.