#include <L_ExplosionEffect.h>
Inheritance diagram for L_ExplosionEffect:

Public Member Functions | |
| L_ExplosionEffect (int x, int y, int period_t, int min_particles_t, int max_particles_t, L_REAL explosion_level_t) | |
| L_ExplosionEffect (const L_ExplosionEffect &cpy) | |
| void | set_min_max_particle (int min_par, int max_par) |
| void | set_speed_distortion (L_REAL speed_dis_t) |
| void | set_explosion_level (L_REAL level) |
| virtual L_ParticleEffect * | new_clone (void) |
|
||||||||||||||||||||||||||||
|
period_t : time(milisec) interval between two emissions. |
|
|
Copy contructor |
|
||||||||||||
|
Set minimun and maximun number of particles to be emitted in a period. |
|
|
Set speed distortion to particles. The larger "speed_dis_t", the greater speed difference to be applied for each particle. |
|
|
Create a clone this particle effect. Implements L_ParticleEffect. |
LinearParticle Documentation © 2006-2007 by Wong Chin Foo.