C4 Engine
C4 Engine API Documentation

ListElement::GetOwningList

Defined in:  TSList.h
Returns the list to which an object belongs.
Prototype

List<type> *GetOwningList(voidconst;

Description
The GetOwningList function returns a pointer to the List container to which an object belongs. If the object is not a member of a list, then the return value is nullptr.
See Also

List::Member