C4 Engine
C4 Engine API Documentation

MapElement::Detach

Defined in:  TSMap.h
Removes an object from any map to which it belongs.
Prototype

virtual void Detach(void);

Description
The Detach function removes an object from its owning map. If the object is not a member of a map, then the Detach function has no effect.
See Also

Map::RemoveMapElement