C4 Engine
C4 Engine API Documentation

Array::GetArrayElementCount

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

int32 GetArrayElementCount(voidconst;

Description
The GetArrayElementCount 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::SetArrayElementCount

Array::AppendArrayElement

Array::InsertArrayElement

Array::RemoveArrayElement

Array::RemoveLastArrayElement