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

Difference between revisions of "Bz deleteIntList"

From BZFlagWiki
Jump to: navigation, search
(Added bz_deleteIntList)
 
m (typo)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
| name        = bz_getPlayerByCallsign
+
| name        = bz_deleteIntList
 
| description = Deletes the bz_APIIntList given freeing up memory.
 
| description = Deletes the bz_APIIntList given freeing up memory.
 
| param1      = *l
 
| param1      = *l

Latest revision as of 00:39, 12 February 2009

void bz_deleteIntList (bz_APIIntList *l)


Minimum API Version: 2.0.x or later
Deletes the bz_APIIntList given freeing up memory.

Parameters:
*l  -  Int list to delete.