#include <dtCore/deltadrawable.h>#include <dtCore/refptr.h>#include <osg/Vec3>#include <map>#include <set>#include <string>#include <vector>Namespaces | |
| namespace | dtCore |
Classes | |
| class | dtCore::EffectManager |
| An effect manager. More... | |
| class | dtCore::EffectListener |
| An interface for objects interested in the addition and removal of effects from the manager. More... | |
| class | dtCore::Effect |
| The base class of all effects. More... | |
| class | dtCore::Detonation |
| A detonation effect. More... | |
Enumerations | |
| enum | dtCore::DetonationType { dtCore::HighExplosiveDetonation = 1000, dtCore::SmokeDetonation = 2000, dtCore::WP = 3000, dtCore::VT = 4000, dtCore::ICM = 5000, dtCore::M825 = 6000 } |
| Detonation types. More... | |
Functions | |
| DetonationType | dtCore::StringToDetonationType (const std::string &stringType) |
| std::string | dtCore::DetonationTypeToString (DetonationType detonationType) |