Home
last modified time | relevance | path

Searched defs:accelx (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_effect.cpp289 …fullbright, BYTE startalpha, BYTE lifetime, WORD size, int fadestep, fixed_t accelx, fixed_t accel… in P_SpawnParticle()
H A Dp_acs.cpp6049 fixed_t accelx = argCount > 10 ? args[10] : 0; in CallFunction() local