C4 Engine
C4 Engine API Documentation

HashTable::PurgeHashTable

Defined in:  TSHash.h
Deletes all elements in a hash table.
Prototype

void PurgeHashTable(void);

Description
The PurgeHashTable function deletes all objects organized in a hash table. The hash table is subsequently empty. To remove all elements of a hash table without destroying them, use the HashTable::RemoveAllHashTableElements function.
See Also

HashTable::RemoveHashTableElement

HashTable::RemoveAllHashTableElements