Torque2D Reference
|
#include <simDictionary.h>
Public Member Functions | |
void | insert (SimObject *obj) |
void | remove (SimObject *obj) |
SimObject * | find (StringTableEntry name) |
SimNameDictionary () | |
~SimNameDictionary () | |
Map of names to SimObjects
Provides fast lookup for name->object and for fast removal of an object given object*
~SimNameDictionary | ( | ) |
SimObject * find | ( | StringTableEntry | name | ) |
void insert | ( | SimObject * | obj | ) |
void remove | ( | SimObject * | obj | ) |