|
|
void | registerClasses () |
| |
|
bool | enumInstances (SYS_INSTANCE_CALLBACK lpCallback, const char *className, void *lpData) |
| |
|
bool | loadTable (BaseGame *game, BasePersistenceManager *persistMgr) |
| |
|
bool | saveTable (BaseGame *game, BasePersistenceManager *persistMgr, bool quickSave) |
| |
|
bool | loadInstances (BaseGame *game, BasePersistenceManager *persistMgr) |
| |
|
bool | saveInstances (BaseGame *game, BasePersistenceManager *persistMgr, bool quickSave) |
| |
|
void * | idToPointer (int classID, int instanceId) |
| |
|
bool | getPointerID (void *pointer, int *classId, int *instanceId) |
| |
|
bool | registerClass (SystemClass *classObj) |
| |
|
bool | unregisterClass (SystemClass *classObj) |
| |
|
bool | registerInstance (const char *className, void *instance) |
| |
|
bool | unregisterInstance (const char *className, void *instance) |
| |
|
void | dumpClasses (Common::WriteStream *stream) |
| |
|
int | getNextId () |
| |
|
void | addInstanceToTable (SystemInstance *instance, void *pointer) |
| |
The documentation for this class was generated from the following file: