|
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
|