playersNumber: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''playersNumber''' side |= Syntax
| [[Boolean]] <nowiki>=</nowiki>  '''playersNumber''' [[Side]] |= Syntax
 
|p1= side: [[Side]] |= Parameter 1


| [[Number]] |= Return value
| [[Number]] |= Return value

Revision as of 17:57, 28 August 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:
Boolean = playersNumber 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 human players. It does not include non playable AI. [NOTE: This was observed in ArmA 1.05]

Bottom Section