MapElement::Detach
Defined in: C4Map.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::Remove
|