C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

List::GetElementCount

Defined in:  C4List.h
Returns the number of elements in a list.
Prototype

int32 GetElementCount(voidconst;

Description
The GetElementCount function iterates through the members of a list and returns the count.
See Also

List::Empty