![]() |
Public API Reference |
#include <material.h>
Inheritance diagram for csRefHash:
Public Methods | |
T * | Get (csHashKey key) const |
Get an object from this map. More... |
Definition at line 43 of file csengine/material.h.
|
Get an object from this map. Returns 0 if object is not there. If there are multiple elements with the same key then a random one will be returned. Use an iterator to iterate over all elements with the same key. Reimplemented from csHashMap. Definition at line 69 of file csengine/material.h. References csHashMap::Get. |