Discuss this page on this page's Talk Page

plyGetStat

See plyGetStat at Xelerus

Syntax (plyGetStat player stat) → value
Arguments player: The player. (See gPlayer)
stat: An identifier naming the stat to obtain (see below).
Returns value: The value of the stat.
Category player
Description Returns the value of a player stat.

Stats

The following stat identifiers are defined:

Example

(plyGetStat gplayer 'score)

Returns the player's current score.

Return to Functions list