This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Bz resetPlayerScore"

From BZFlagWiki
Jump to: navigation, search
m (version)
m (Removed version 2.99.x requirement.)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name          = bz_resetPlayerScore
 
| name          = bz_resetPlayerScore
| version      = 2.99.x and higher
 
 
| description  = Resets the score of a player.
 
| description  = Resets the score of a player.
 
| param1        = playerID
 
| param1        = playerID

Latest revision as of 09:49, 19 October 2011

void bz_resetPlayerScore (int playerID)


Resets the score of a player.

Parameters:
playerID  -  The player who is affected by the reset.