|
Colobot
|
Instance manager for managed classes. More...
#include "common/singleton.h"
Go to the source code of this file.
Classes | |
| struct | ManagedClassInstances |
| Instances of class managed by CInstanceManager. More... | |
| class | CInstanceManager |
| Manager for instances of certain classes. More... | |
Enumerations | |
| enum | ManagedClassType { CLASS_OBJECT = 0, CLASS_PHYSICS = 1, CLASS_BRAIN = 2, CLASS_PYRO = 3, CLASS_MAX = 4 } |
| Type of class managed by CInstanceManager. More... | |
Instance manager for managed classes.
| enum ManagedClassType |
Type of class managed by CInstanceManager.
| Enumerator | |
|---|---|
| CLASS_OBJECT | |
| CLASS_PHYSICS | |
| CLASS_BRAIN | |
| CLASS_PYRO | |
| CLASS_MAX |
Maximum (number of managed classes) |
1.8.5