UFO: Alien Invasion
Loading...
Searching...
No Matches
ptlArt_t Struct Reference

#include <cl_renderer.h>

Collaboration diagram for ptlArt_t:
Collaboration graph

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]

union { ... } ptlArt_t::art

◆ frame

int ptlArt_t::frame

Definition at line 98 of file cl_renderer.h.

Referenced by CL_ParticleGetArt(), and CL_ParticleLoadArt().

◆ image

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

model_t* ptlArt_t::model

Definition at line 102 of file cl_renderer.h.

Referenced by CL_ParticleLoadArt(), and R_DrawParticleModel().

◆ name

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().

◆ skin

int ptlArt_t::skin

the skin of the model

Definition at line 99 of file cl_renderer.h.

Referenced by CL_ParticleGetArt().

◆ type

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().


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