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
Jump to navigation
Jump to search
Added bz_deleteIntList |
m typo |
||
| Line 1: | Line 1: | ||
{{apicall | {{apicall | ||
| name = | | 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.