playersNumber: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
Lou Montana (talk | contribs) m (version update 1.8 → 1.80) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ofpr | | | ofpr |Game name= | ||
|1. | |1.80|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns count of occupied role selection slots for given side. Players who claimed a slot in the lobby but didn't start the mission are counted as well. If <tt>disabledAI <nowiki>=</nowiki> 0;</tt> in [[description.ext#disabledAI|description.ext]] or Enable AI option is checked in [[3DEN]], AI bots will be treated as valid players and will be counted too. Multiplayer only, in singleplayer always returns 0. |= | | Returns count of occupied role selection slots for given side. Players who claimed a slot in the lobby but didn't start the mission are counted as well. If <tt>disabledAI <nowiki>=</nowiki> 0;</tt> in [[description.ext#disabledAI|description.ext]] or Enable AI option is checked in [[3DEN]], AI bots will be treated as valid players and will be counted too. Multiplayer only, in singleplayer always returns 0. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[playersNumber]] side |Syntax= | ||
|p1= side: [[Side]] | | |p1= side: [[Side]] |Parameter 1= | ||
| [[Number]] | | | [[Number]] |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 20: | Line 20: | ||
_east = [[playersNumber]] [[east]]; | _east = [[playersNumber]] [[east]]; | ||
_civ = [[playersNumber]] [[civilian]]; | _civ = [[playersNumber]] [[civilian]]; | ||
[[hint]] [[format]] ["West:%1 East:%2, Civ:%3", _west, _east, _civ];</code> | [[hint]] [[format]] ["West:%1 East:%2, Civ:%3", _west, _east, _civ];</code> |Example 1= | ||
| | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[countSide]], [[allPlayers]], [[allUnits]] | | | [[countSide]], [[allPlayers]], [[allUnits]] |See also= | ||
}} | }} | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on April 13, 2015 - 09:44 (UTC) | |||
<dt class="note">[[User:IT07|IT07]] | |||
<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 /> | |||
To get the amount of players that are on the same side as the person executing the script: | |||
<code>[[playersNumber]] [[playerSide]];</code> | |||
</dl> | </dl> | ||
Line 42: | Line 47: | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 09:02, 1 June 2018
Description
- Description:
- Returns count of occupied role selection slots for given side. Players who claimed a slot in the lobby but didn't start the mission are counted as well. If disabledAI = 0; in description.ext or Enable AI option is checked in 3DEN, AI bots will be treated as valid players and will be counted too. Multiplayer only, in singleplayer always returns 0.
- Groups:
- Uncategorised
Syntax
- Syntax:
- playersNumber side
- Parameters:
- side: Side
- Return Value:
- Number
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:
- countSideallPlayersallUnits
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
- 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;
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Resistance version 1.80
- Operation Flashpoint: Resistance: New Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Multiplayer