C4 Engine
C4 Engine API Documentation

Array::RemoveLastArrayElement

Defined in:  TSArray.h
Removes the last object from an array.
Prototype

void RemoveLastArrayElement(void);

Description
The RemoveLastArrayElement function decreases the size of an array by one and destroys the object at the original end of the array.

If the array is empty, then calling the RemoveLastArrayElement function has no effect.
See Also

Array::RemoveArrayElement

Array::InsertArrayElement

Array::AppendArrayElement

Array::GetArrayElementCount

Array::SetArrayElementCount