playersNumber: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ") |
Lou Montana (talk | contribs) m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ") |
||
Line 26: | Line 26: | ||
<dd class="notedate">Posted on April 13, 2015 - 09:44 (UTC)</dd> | <dd class="notedate">Posted on April 13, 2015 - 09:44 (UTC)</dd> | ||
<dt class="note">[[User:IT07|IT07]] | <dt class="note">[[User:IT07|IT07]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
[[playersNumber]] returns playable AI as well as human players. It does not include non playable AI. [NOTE: This was observed in ArmA 1.05]<br> | [[playersNumber]] returns playable AI as well as human players. It does not include non playable AI. [NOTE: This was observed in ArmA 1.05]<br> |
Revision as of 01:24, 30 January 2021
Description
- Description:
- Description needed
- Groups:
- Multiplayer
Syntax
- Syntax:
- Syntax needed
- Parameters:
- side: Side
- Return Value:
- Return value needed
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
- Posted on April 13, 2015 - 09:44 (UTC)
- IT07
-
playersNumber returns playable AI as well as human players. It does not include non playable AI. [NOTE: This was observed in ArmA 1.05]
To get the amount of players that are on the same side as the person executing the script:playersNumber playerSide;