#include <cl_renderer.h>
Data Fields | |
byte | cmd |
byte | type |
int | ref |
Definition at line 109 of file cl_renderer.h.
the type of the command -
Definition at line 110 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 112 of file cl_renderer.h.
Referenced by CL_ParsePtlCmds(), CL_ParticleCommandGetDataLocation(), and CL_ParticleFunction().
the type of the data refereced by this particle command
Definition at line 111 of file cl_renderer.h.
Referenced by CL_ParsePtlCmds(), and CL_ParticleFunction().