C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

List::First

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

type *First(voidconst;

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

List::Last