C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

ListElement::Detach

Defined in:  C4List.h
Removes an object from any list to which it belongs.
Prototype

virtual void Detach(void);

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