This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz freePlayerRecord: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
New page: {{apicall | name = bz_freePlayerRecord | description = Frees the player record specified. This should be called on each player record after it's no longer needed, to release the...
 
(No difference)

Latest revision as of 06:52, 15 December 2008

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