C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Map::RemoveAll

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

void RemoveAll(void);

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

Map::Remove

Map::Purge

MapElement::Detach