playersNumber: Difference between revisions
Jump to navigation
Jump to search
m (added simple exsample) |
m (simplified example) |
||
Line 15: | Line 15: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= | |x1= <pre>_west = playersNumber west; | ||
< | _east = playersNumber east; | ||
_civ = playersNumber civilian; | |||
hint format [ "West:%1 East:%2, Civ:%3", _west, _east, _civ];</pre> | |||
|= Example 1 | |= Example 1 | ||
Revision as of 07:21, 11 June 2008
Description
- Description:
- Return count of players playing on given side. Works only in multiplayer, in singleplayer always returns 0.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_west = playersNumber west; _east = playersNumber east; _civ = playersNumber civilian; hint format [ "West:%1 East:%2, Civ:%3", _west, _east, _civ];
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]