Home
last modified time | relevance | path

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

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