C4 Engine
C4 Engine API Documentation

Map::RemoveMapElement

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

void RemoveMapElement(MapElement<type> *element);

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

Map::RemoveAllMapElements

Map::PurgeMap

MapElement::Detach