scripting:reference:system_functions:playerstatusfunctions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
scripting:reference:system_functions:playerstatusfunctions [2020/02/07 03:42] – mit | scripting:reference:system_functions:playerstatusfunctions [2023/04/15 14:00] (current) – mit | ||
---|---|---|---|
Line 21: | Line 21: | ||
*msg %PLAYER% Bob's player ID is $playerID | *msg %PLAYER% Bob's player ID is $playerID | ||
} | } | ||
+ | } | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== sysGetPlayerName==== | ||
+ | ^ Format | sysGetPlayerName( PlayerID )| | ||
+ | ^ Description | Returns the name for a specified player ID | | ||
+ | ^ Returns | Player Name | | ||
+ | // | ||
+ | < | ||
+ | { | ||
+ | $name = sysGetPlayerID( $gServerKey[StoredPlayerID] ) | ||
+ | *msg %PLAYER% The player ID stored in the server key is for the player name $name | ||
} | } | ||
</ | </ | ||
Line 75: | Line 88: | ||
==== sysGetPlayerListScore ==== | ==== sysGetPlayerListScore ==== | ||
^ Format | sysGetPlayerListScore ( PlayerID )| | ^ Format | sysGetPlayerListScore ( PlayerID )| | ||
- | ^ Description | Returns the ' | + | ^ Description | Returns the ' |
+ | ^ Returns | Score value | | ||
FIXME : Separate below into separate PlayerListScore page: | FIXME : Separate below into separate PlayerListScore page: | ||
*settings PlayerListMode | *settings PlayerListMode | ||
Line 84: | Line 98: | ||
SubgameNumPlayersWithPlayerListScore( SubgameID, Score )\\ | SubgameNumPlayersWithPlayerListScore( SubgameID, Score )\\ | ||
SubgameGetPlayerWithPlayerListScore( SubgameID, Score, Index )\\ | SubgameGetPlayerWithPlayerListScore( SubgameID, Score, Index )\\ | ||
- | | | ||
- | ^ Returns | Score value | | ||
// | // | ||
< | < |
scripting/reference/system_functions/playerstatusfunctions.1581068558.txt.gz · Last modified: 2020/02/07 03:42 by mit