C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

List::RemoveAll

Defined in:  C4List.h
Removes all elements from a list.
Prototype

void RemoveAll(void);

Description
The RemoveAll function removes all objects contained in a list, but does not delete them. The list is subsequently empty.
See Also

List::Remove

List::Purge

ListElement::Detach