LumpClose
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports. |
This article documents an ACS function which is only available in development builds of Zandronum 3.2 and newer. |
void LumpClose(int lump) (development version 3.2-alpha and above only)
Usage
Closes the specified lump which has been opened with LumpOpen
.
This function frees the internal handler that was created with LumpOpen
and should always be called when finished with the lump to avoid issues.
Parameters
- lump: The lump index as returned from
LumpOpen
.
Examples
This article lists no examples, please add one. |