#include <cl_renderer.h>
Data Fields | |
char | name [MAX_VAR] |
int | frame |
int | skin |
union { | |
const image_t * image | |
model_t * model | |
} | art |
artType_t | type |
Definition at line 131 of file cl_renderer.h.
union { ... } ptlArt_s::art |
Referenced by CL_ParticleGetArt(), CL_ParticleLoadArt(), R_DrawParticleModel(), and R_DrawSprite().
int ptlArt_s::frame |
Definition at line 133 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), and CL_ParticleLoadArt().
const image_t* ptlArt_s::image |
Definition at line 136 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), CL_ParticleLoadArt(), and R_DrawSprite().
Definition at line 137 of file cl_renderer.h.
Referenced by CL_ParticleLoadArt(), and R_DrawParticleModel().
char ptlArt_s::name[MAX_VAR] |
the path of the particle art
Definition at line 132 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), CL_ParticleLoadArt(), CL_ParticleRun2(), and PTL_DebugList_f().
int ptlArt_s::skin |
the skin of the model
Definition at line 134 of file cl_renderer.h.
Referenced by CL_ParticleGetArt().
the type of the particle art
Definition at line 139 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), and CL_ParticleLoadArt().