scoreSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 24: Line 24:
|x1= <code>_number <nowiki>=</nowiki> [[scoreSide]] [[west]];</code>
|x1= <code>_number <nowiki>=</nowiki> [[scoreSide]] [[west]];</code>


|seealso= [[score]] [[addScore]], [[addScoreSide]], [[getPlayerScores]]
|seealso= [[score]] [[addScore]] [[addScoreSide]], [[getPlayerScores]]
}}
}}

Revision as of 18:42, 20 January 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 addScoreSidegetPlayerScores

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