hgeResourceManager::Purge
Deletes all resources of the specified group from the memory.
void Purge(
int groupid = 0
);
Parameters
- groupid
- Identificator of the resource group to be deleted from the memory.
If =0 or omitted, all previously created resources will be deleted.
Requirements
Header: hgeresource.h
Import library: hgehelp.lib
See also
Precache
|