C4 Engine
C4 Engine API Documentation

List::GetFirstListElement

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

type *GetFirstListElement(voidconst;

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

List::GetLastListElement