playersNumber: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "")
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 20: Line 20:
[[hint]] [[format]] ["West:%1 East:%2, Civ:%3", _west, _east, _civ];</code>
[[hint]] [[format]] ["West:%1 East:%2, Civ:%3", _west, _east, _civ];</code>


| [[playableSlotsNumber]], [[countSide]], [[allPlayers]], [[allUnits]]
|seealso= [[playableSlotsNumber]], [[countSide]], [[allPlayers]], [[allUnits]]
}}
}}



Revision as of 00:53, 17 February 2021

Hover & click on the images for description

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:
playableSlotsNumbercountSideallPlayersallUnits

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;