#include <cWeapon.h>
Public Attributes | |
std::vector< float > | pos |
Particle position vector. | |
std::vector< float > | vel |
Particle velocity vector. | |
float | fuel |
Remaining fuel in seconds. | |
float | timer |
Time since start. | |
float | spawn |
Countdown til spawning next Smoke-Particle. | |
OID | target |
Object-ID of Particle target - attraction object or evasion. | |
int | type |
User-type specifier or flags, program defines behavior and shape. | |
void * | data |
Specific user-data like pointer to string for particle-text. | |
std::list< Particle * > | trail |
Recursive sub Particles - or trail of particles. |