C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

ListElement::GetOwningList

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