Map::PurgeMap
Defined in:
Deletes all elements in a map.
TSMap.hPrototype
void PurgeMap(void);
Description
The PurgeMap function deletes all objects contained in a map. The map is subsequently empty. To remove all elements of a map without destroying them, use the Map::RemoveAllMapElements function.
See Also
