score: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| MP: Returns the unit's score. |= Description
| MP: Returns the person's score. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''score''' unit |= Syntax
| [[Number]] <nowiki>=</nowiki>  '''score''' [[Object#Person|Person]] |= Syntax
 
|p1= unit: [[Object]] |= Parameter 1


| [[Number]] |= Return value
| [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>pScore <nowiki>=</nowiki> score [[player]]</code> |= Example 1
|x1= <code>_pScore <nowiki>=</nowiki> score [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 20:20, 29 August 2007

Hover & click on the images for description

Description

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

Syntax

Syntax:
Number = score Person
Return Value:
Number

Examples

Example 1:
_pScore = score player

Additional Information

See also:
addScore

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