C4 Engine
C4 Engine API Documentation

List::GetLastListElement

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

type *GetLastListElement(voidconst;

Description
The GetLastListElement function returns a pointer to the last element in a list. If the list is empty, then this function returns nullptr.
See Also

List::GetFirstListElement