C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

List::Last

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

type *Last(voidconst;

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

List::First