Home
last modified time | relevance | path

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

/dports/games/ecwolf/ecwolf-1.3.3-src/src/thingdef/
H A Dthingdef_codeptr.cpp635 static FRandom pr_spawnitemex("SpawnItemEx"); variable
654 if(chance > 0 && pr_spawnitemex() < chance) in ACTION_FUNCTION()
/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_codeptr.cpp89 static FRandom pr_spawnitemex ("SpawnItemEx"); variable
2136 if (chance > 0 && pr_spawnitemex()<chance) return; in DEFINE_ACTION_FUNCTION_PARAMS()