C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Array::Purge

Defined in:  C4Array.h
Removes all objects from an array.
Prototype

void Purge(void);

Description
The Purge function destroys all objects in an array (in reverse order) and sets the size of the array to zero.
See Also

Array::RemoveElement

Array::SetElementCount