Home
last modified time | relevance | path

Searched refs:dl_rgb (Results 1 – 1 of 1) sorted by relevance

/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dr_part_fte.c351 vec3_t dl_rgb; member
1354 VectorSet(ptype->dl_rgb, 1, 1, 1); in P_ResetToDefaults()
2473 ptype->dl_rgb[0] = atof(value); in PScript_ParseParticleEffectFile()
2474 ptype->dl_rgb[1] = atof(Cmd_Argv(2)); in PScript_ParseParticleEffectFile()
2475 ptype->dl_rgb[2] = atof(Cmd_Argv(3)); in PScript_ParseParticleEffectFile()
3144 ptype->dl_rgb[0] = atof(arg[1]); in P_ImportEffectInfo()
3145 ptype->dl_rgb[1] = atof(arg[2]); in P_ImportEffectInfo()
3146 ptype->dl_rgb[2] = atof(arg[3]); in P_ImportEffectInfo()
3844 VectorCopy(ptype->dl_rgb, dl->color); in PScript_EffectSpawned()