scoreSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(formatting, added see also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns score for a given side. |= Description
| Returns score for a given [[Side|side]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_number <nowiki>=</nowiki> '''scoreSide''' [[west]]; </code> |=  
|x1= <code>_number <nowiki>=</nowiki> [[scoreSide]] [[west]]; </code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 16:53, 21 April 2014

Hover & click on the images for description

Description

Description:
Returns score for a given side.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_number = scoreSide west;

Additional Information

See also:
addScoreSideaddScorescore

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