C4 Engine
C4 Engine API Documentation

ListElement::GetPreviousListElement

Defined in:  TSList.h
Returns the previous element in a list.
Prototype

type *GetPreviousListElement(voidconst;

Description
The GetPreviousListElement function returns a pointer to the element immediately preceding an object in its owning list. If the object is the first element in a list, or the object does not belong to a list, then the return value is nullptr.
See Also

ListElement::GetNextListElement