countUnknown
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Count how many units in the array are unknown to the given unit.
Syntax
- Syntax:
- Number = Unit countUnknown Array
- Parameters:
- unit: Object
- Array - with elements of type Unit
- Return Value:
- Number
Examples
- Example 1:
_num=player countUnknown list _triggerOne
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- countFriendly, countEnemy, countType

