Home
last modified time | relevance | path

Searched defs:accelz (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 accelz) in P_SpawnParticle()
H A Dp_acs.cpp6051 fixed_t accelz = argCount > 12 ? args[12] : 0; in CallFunction() local