UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ptlArt_s Struct Reference

#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
 

Detailed Description

Definition at line 96 of file cl_renderer.h.

Field Documentation

union { ... } ptlArt_s::art
int ptlArt_s::frame

Definition at line 98 of file cl_renderer.h.

Referenced by CL_ParticleGetArt(), and CL_ParticleLoadArt().

const image_t* ptlArt_s::image

Definition at line 101 of file cl_renderer.h.

Referenced by CL_ParticleGetArt(), CL_ParticleLoadArt(), and R_DrawSprite().

model_t* ptlArt_s::model

Definition at line 102 of file cl_renderer.h.

Referenced by CL_ParticleLoadArt(), and R_DrawParticleModel().

char ptlArt_s::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_s::skin

the skin of the model

Definition at line 99 of file cl_renderer.h.

Referenced by CL_ParticleGetArt().

artType_t ptlArt_s::type

the type of the particle art

Definition at line 104 of file cl_renderer.h.

Referenced by CL_ParticleGetArt(), and CL_ParticleLoadArt().


The documentation for this struct was generated from the following file: