#include <Smoke.h>
Public Member Functions | |
| Smoke () | |
| void | addSmoke (float x, float y, float z) |
Public Attributes | |
| ParticleEmitter | emitter_ |
Definition at line 26 of file Smoke.h.
| Smoke::Smoke | ( | ) |
| void Smoke::addSmoke | ( | float | x, | |
| float | y, | |||
| float | z | |||
| ) |
Definition at line 44 of file Smoke.cpp.
References ParticleEmitter::emitSmoke(), emitter_, and ScorchedClient::instance().
Referenced by Explosion::init(), TargetRendererImplTank::simulate(), and TankMovement::simulationMove().
1.5.3