scoreSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |Game name=
|game1= arma2oa
|version1= 1.50


|1.51|Game version=
|game2= tkoh
|version2= 1.00


|gr1 = Multiplayer |GROUP1=
|game3= arma3
|version3= 0.50


|gr2 = Sides |GROUP2=
|gr1= Multiplayer
____________________________________________________________________________________________


| Returns score for the given [[Side|side]]. MP Only. |DESCRIPTION=
|gr2= Sides
____________________________________________________________________________________________


| '''scoreSide''' side |SYNTAX=
|descr= Returns score for the given [[Side|side]]. MP Only.


|p1= side: [[Side]] |PARAMETER1=
|s1= [[scoreSide]] side


| [[Number]] |RETURNVALUE=
|p1= side: [[Side]]
____________________________________________________________________________________________


|x1= <code>_number <nowiki>=</nowiki> [[scoreSide]] [[west]];</code> |EXAMPLE1=
|r1= [[Number]]
____________________________________________________________________________________________


| [[score]], [[addScore]], [[addScoreSide]], [[getPlayerScores]] |SEEALSO=
|x1= <sqf>_number = scoreSide west;</sqf>
 
|seealso= [[score]] [[addScore]] [[addScoreSide]] [[getPlayerScores]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:05, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns score for the given side. MP Only.
Groups:
MultiplayerSides

Syntax

Syntax:
scoreSide side
Parameters:
side: Side
Return Value:
Number

Examples

Example 1:
_number = scoreSide west;

Additional Information

See also:
score addScore addScoreSide getPlayerScores

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