score: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the person's score in MP. |= Description
| Returns the person's score in MP. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''score''' unit |= Syntax
| '''score''' unit |SYNTAX=


|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |PARAMETER1=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_pScore = [[score]] [[player]];</code> |= Example 1
|x1= <code>_pScore = [[score]] [[player]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addScore]], [[scoreSide]], [[addScoreSide]], [[getPlayerScores]] |= See also
| [[addScore]], [[scoreSide]], [[addScoreSide]], [[getPlayerScores]] |SEEALSO=


}}
}}

Revision as of 15:46, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns the person's score in MP.
Groups:
Uncategorised

Syntax

Syntax:
score unit
Parameters:
unit: Object
Return Value:
Number

Examples

Example 1:
_pScore = score player;

Additional Information

See also:
addScorescoreSideaddScoreSidegetPlayerScores

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