addScoreSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= * " to " ")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.12|Game version=
|1.12


|arg= global |Multiplayer Arguments=
|arg= global |Multiplayer Arguments=
Line 11: Line 11:
|serverExec= server |Server Execution=
|serverExec= server |Server Execution=


|gr1= Sides |GROUP1=
|gr1= Sides


|gr2= Multiplayer |GROUP2=
|gr2= Multiplayer


| Adds side score. This is shown in the MP score tab as the total score. MP Only. Server execution only. |DESCRIPTION=
| Adds side score. This is shown in the MP score tab as the total score. MP Only. Server execution only.


| side '''addScoreSide''' value |SYNTAX=
| side '''addScoreSide''' value


|p1=  side: [[Side]] |Parameter1=
|p1=  side: [[Side]]


|p2=  value: [[Number]]
|p2=  value: [[Number]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]




|x1= <code>[[west]] [[addScoreSide]] 10;</code>|EXAMPLE1=
|x1= <code>[[west]] [[addScoreSide]] 10;</code>




| [[score]], [[addScore]], [[scoreSide]], [[getPlayerScores]] |SEEALSO=
| [[score]], [[addScore]], [[scoreSide]], [[getPlayerScores]]


| mp= Server execution only |MPBEHAVIOUR=  
| mp= Server execution only |MPBEHAVIOUR=  

Revision as of 01:03, 18 January 2021

Hover & click on the images for description

Description

Description:
Adds side score. This is shown in the MP score tab as the total score. MP Only. Server execution only.
Multiplayer:
Server execution only
Groups:
SidesMultiplayer

Syntax

Syntax:
side addScoreSide value
Parameters:
side: Side
value: Number
Return Value:
Nothing

Examples

Example 1:
west addScoreSide 10;

Additional Information

See also:
scoreaddScorescoreSidegetPlayerScores

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

Bottom Section