countUnknown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
mNo edit summary
Line 7: Line 7:


|arg= global |Multiplayer Arguments=
|arg= global |Multiplayer Arguments=
|gr1= Sides |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 09:51, 20 September 2020

Hover & click on the images for description

Description

Description:
Count how many units in the array are unknown to the given unit.
Groups:
Sides

Syntax

Syntax:
unitName countUnknown arrayName
Parameters:
unitName: Object
arrayName: Array
Return Value:
Number

Examples

Example 1:
_num = player countUnknown list _triggerOne;

Additional Information

See also:
countFriendlycountEnemycountcountSidecountType

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section