C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Array::GetElementCount

Defined in:  C4Array.h
Returns the current size of an array.
Prototype

int32 GetElementCount(voidconst;

Description
The GetElementCount function returns the number of objects currently stored in an array. When an array is constructed, its initial element count is zero.
See Also

Array::SetElementCount

Array::AddElement

Array::InsertElement

Array::RemoveElement