UFO: Alien Invasion
|
Data Fields | |
char | classname [MAX_VAR] |
char | target [MAX_VAR] |
char | targetname [MAX_VAR] |
char | tagname [MAX_VAR] |
char | anim [MAX_VAR] |
char | model [MAX_QPATH] |
char | particle [MAX_VAR] |
char | noise [MAX_QPATH] |
vec3_t | origin |
vec3_t | angles |
vec3_t | scale |
vec3_t | color |
vec3_t | ambientNightColor |
vec_t | nightLight |
vec2_t | nightSunAngles |
vec3_t | nightSunColor |
vec3_t | ambientDayColor |
vec_t | dayLight |
vec2_t | daySunAngles |
vec3_t | daySunColor |
vec2_t | wait |
int | maxLevel |
int | maxMultiplayerTeams |
int | skin |
int | frame |
int | light |
int | spawnflags |
float | volume |
float | attenuation |
float | angle |
int | maxteams |
const char * | entStringPos |
int | entnum |
Definition at line 35 of file cl_spawn.cpp.
vec3_t localEntityParse_s::ambientDayColor |
Definition at line 52 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
vec3_t localEntityParse_s::ambientNightColor |
Definition at line 48 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
float localEntityParse_s::angle |
Definition at line 65 of file cl_spawn.cpp.
vec3_t localEntityParse_s::angles |
Definition at line 45 of file cl_spawn.cpp.
Referenced by SP_misc_model().
char localEntityParse_s::anim[MAX_VAR] |
Definition at line 40 of file cl_spawn.cpp.
Referenced by SP_misc_model().
float localEntityParse_s::attenuation |
Definition at line 64 of file cl_spawn.cpp.
Referenced by CL_SpawnParseEntitystring(), and SP_misc_sound().
char localEntityParse_s::classname[MAX_VAR] |
Definition at line 36 of file cl_spawn.cpp.
Referenced by CL_SpawnCall().
vec3_t localEntityParse_s::color |
Definition at line 47 of file cl_spawn.cpp.
Referenced by SP_light().
vec_t localEntityParse_s::dayLight |
Definition at line 53 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
vec2_t localEntityParse_s::daySunAngles |
Definition at line 54 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
vec3_t localEntityParse_s::daySunColor |
Definition at line 55 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
int localEntityParse_s::entnum |
Definition at line 70 of file cl_spawn.cpp.
Referenced by CL_SpawnParseEntitystring(), and SP_misc_model().
const char* localEntityParse_s::entStringPos |
Definition at line 69 of file cl_spawn.cpp.
Referenced by CL_SpawnParseEntitystring(), and SP_misc_particle().
int localEntityParse_s::frame |
Definition at line 60 of file cl_spawn.cpp.
Referenced by SP_misc_model().
int localEntityParse_s::light |
Definition at line 61 of file cl_spawn.cpp.
Referenced by SP_light().
int localEntityParse_s::maxLevel |
Definition at line 57 of file cl_spawn.cpp.
Referenced by CL_SpawnParseEntitystring(), and SP_worldspawn().
int localEntityParse_s::maxMultiplayerTeams |
Definition at line 58 of file cl_spawn.cpp.
Referenced by CL_SpawnParseEntitystring(), and SP_worldspawn().
int localEntityParse_s::maxteams |
Definition at line 66 of file cl_spawn.cpp.
char localEntityParse_s::model[MAX_QPATH] |
Definition at line 41 of file cl_spawn.cpp.
Referenced by SP_misc_model().
vec_t localEntityParse_s::nightLight |
Definition at line 49 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
vec2_t localEntityParse_s::nightSunAngles |
Definition at line 50 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
vec3_t localEntityParse_s::nightSunColor |
Definition at line 51 of file cl_spawn.cpp.
Referenced by SP_worldspawn().
char localEntityParse_s::noise[MAX_QPATH] |
Definition at line 43 of file cl_spawn.cpp.
Referenced by SP_misc_sound().
vec3_t localEntityParse_s::origin |
Definition at line 44 of file cl_spawn.cpp.
Referenced by SP_light(), SP_misc_model(), SP_misc_particle(), and SP_misc_sound().
char localEntityParse_s::particle[MAX_VAR] |
Definition at line 42 of file cl_spawn.cpp.
Referenced by SP_misc_particle().
vec3_t localEntityParse_s::scale |
Definition at line 46 of file cl_spawn.cpp.
Referenced by CL_SpawnParseEntitystring(), and SP_misc_model().
int localEntityParse_s::skin |
Definition at line 59 of file cl_spawn.cpp.
Referenced by SP_misc_model().
int localEntityParse_s::spawnflags |
Definition at line 62 of file cl_spawn.cpp.
Referenced by SP_light(), SP_misc_model(), SP_misc_particle(), and SP_misc_sound().
char localEntityParse_s::tagname[MAX_VAR] |
Definition at line 39 of file cl_spawn.cpp.
Referenced by SP_misc_model().
char localEntityParse_s::target[MAX_VAR] |
Definition at line 37 of file cl_spawn.cpp.
Referenced by SP_misc_model().
char localEntityParse_s::targetname[MAX_VAR] |
Definition at line 38 of file cl_spawn.cpp.
Referenced by SP_misc_model().
float localEntityParse_s::volume |
Definition at line 63 of file cl_spawn.cpp.
Referenced by CL_SpawnParseEntitystring(), and SP_misc_sound().
vec2_t localEntityParse_s::wait |
Definition at line 56 of file cl_spawn.cpp.
Referenced by SP_misc_particle().