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 deleteIntList: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Yassen (talk | contribs)
Added bz_deleteIntList
 
Yassen (talk | contribs)
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.