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

bz_freePlayerRecord

From BZFlagWiki
Jump to: navigation, search

void bz_freePlayerRecord (bz_BasePlayerRecord playerRecord)


Frees the player record specified. This should be called on each player record after it's no longer needed, to release the memory used by that player record.

Parameters:
playerRecord  -  The player record to free