29 #ifndef _ExplosionChunk_H__ 30 #define _ExplosionChunk_H__ 45 virtual void tick(
float dt)
override;
48 { this->LOD_ = level; this->LODchanged(); }
50 {
return this->LOD_; }
53 void registerVariables();
Definition: MovableEntity.h:42
Definition: ExplosionChunk.h:39
ParticleInterface * smoke_
Definition: ExplosionChunk.h:60
LODParticle::Value getLOD() const
Definition: ExplosionChunk.h:49
void setLOD(LODParticle::Value level)
Definition: ExplosionChunk.h:47
Declaration of the Timer class, used to call functions after a given time-interval.
Value
Definition: ToolsPrereqs.h:71
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
bool bStop_
Definition: ExplosionChunk.h:58
Shared library macros, enums, constants and forward declarations for the orxonox library ...
ParticleInterface * fire_
Definition: ExplosionChunk.h:59
LODParticle::Value LOD_
Definition: ExplosionChunk.h:61
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Timer is a helper class that executes a function after a given amount of seconds in game-time...
Definition: Timer.h:105
Timer destroyTimer_
Definition: ExplosionChunk.h:62
Definition: ParticleInterface.h:39