C4 Engine
C4 Engine API Documentation

HashTable::InsertHashTableElement

Defined in:  TSHash.h
Inserts an element into a hash table.
Prototype

void InsertHashTableElement(type *element);

Parameters
element A pointer to the object to insert into the hash table.
Description
The InsertHashTableElement function inserts the object specified by the element parameter into a hash table.
See Also

HashTable::RemoveHashTableElement