C4 Engine
C4 Engine API Documentation

ListElement::Detach

Defined in:  TSList.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::RemoveListElement