|
UFO: Alien Invasion
|
#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 96 of file cl_renderer.h.
| union { ... } ptlArt_t::art |
Referenced by CL_ParticleGetArt(), CL_ParticleLoadArt(), R_DrawParticleModel(), and R_DrawSprite().
| int ptlArt_t::frame |
Definition at line 98 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), and CL_ParticleLoadArt().
| const image_t* ptlArt_t::image |
Definition at line 101 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), CL_ParticleLoadArt(), and R_DrawSprite().
| model_t* ptlArt_t::model |
Definition at line 102 of file cl_renderer.h.
Referenced by CL_ParticleLoadArt(), and R_DrawParticleModel().
| char ptlArt_t::name[MAX_VAR] |
the path of the particle art - must be the first entry because the parsing code relies on this
Definition at line 97 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), CL_ParticleLoadArt(), and CL_ParticleRun2().
| int ptlArt_t::skin |
the skin of the model
Definition at line 99 of file cl_renderer.h.
Referenced by CL_ParticleGetArt().
| artType_t ptlArt_t::type |
the type of the particle art
Definition at line 104 of file cl_renderer.h.
Referenced by CL_ParticleGetArt(), and CL_ParticleLoadArt().