playersNumber: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Not a SP command)
No edit summary
Line 24: Line 24:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
playersNumber returns playable AI as well as players. It does not include non playable AI.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 17:04, 13 May 2007

Hover & click on the images for description

Description

Description:
Return count of players playing on given side. Works only in multiplayer, in singleplayer always returns 0.
Groups:
Uncategorised

Syntax

Syntax:
playersNumber side
Parameters:
side: Side
Return Value:
Number

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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

playersNumber returns playable AI as well as players. It does not include non playable AI.

Bottom Section