C4 Engine
C4 Engine API Documentation

Map::RemoveAllMapElements

Defined in:  TSMap.h
Removes all elements from a map.
Prototype

void RemoveAllMapElements(void);

Description
The RemoveAllMapElements function removes all objects contained in a map, but does not delete them. The map is subsequently empty.
See Also

Map::RemoveMapElement

Map::PurgeMap

MapElement::Detach