scoreSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (MP Only.)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''scoreSide''' side |= Syntax
| '''scoreSide''' side |SYNTAX=


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


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[score]], [[addScore]], [[addScoreSide]], [[getPlayerScores]] |= See also
| [[score]], [[addScore]], [[addScoreSide]], [[getPlayerScores]] |SEEALSO=
}}
}}



Revision as of 15:46, 7 April 2019

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_number = scoreSide west;

Additional Information

See also:
scoreaddScoreaddScoreSidegetPlayerScores

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