C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Map::Remove

Defined in:  C4Map.h
Removes a particular element from a map.
Prototype

void Remove(MapElement<type> *element);

Parameters
element A pointer to the object to remove from the map.
Description
The Remove function removes the object specified by the element parameter from a map. The object must belong to map for which the Remove function is called, or the internal links will become corrupted.
See Also

Map::RemoveAll

Map::Purge

MapElement::Detach