UFO: Alien Invasion
|
#include <cl_renderer.h>
Data Fields | |
byte | cmd |
byte | type |
int | ref |
Definition at line 74 of file cl_renderer.h.
byte ptlCmd_s::cmd |
the type of the command -
Definition at line 75 of file cl_renderer.h.
Referenced by CL_ParsePtlCmds(), and CL_ParticleFunction().
int ptlCmd_s::ref |
This is the location of the data for this particle command. If negative this is relative to the particle, otherwise relative to particle command hunk
Definition at line 77 of file cl_renderer.h.
Referenced by CL_ParsePtlCmds(), CL_ParticleCommandGetDataLocation(), and CL_ParticleFunction().
byte ptlCmd_s::type |
the type of the data referenced by this particle command
Definition at line 76 of file cl_renderer.h.
Referenced by CL_ParsePtlCmds(), and CL_ParticleFunction().