Home
last modified time | relevance | path

Searched defs:staticSwitch (Results 1 – 6 of 6) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dh_items.cpp514 if (const ded_value_t *staticSwitch = Defs().getValueById(key + "Static")) in P_InitWeaponInfo() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dd_items.cpp236 if(ded_value_t const *staticSwitch = Defs().getValueById("Weapon Info|" + id + "|Static")) in P_InitWeaponInfo() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dd_items.cpp243 if(ded_value_t const *staticSwitch = Defs().getValueById("Weapon Info|" + id + "|Static")) in P_InitWeaponInfo() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Dd_items.h58 int staticSwitch; // Weapon is not lowered during switch. member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dd_items.h57 int staticSwitch; // Weapon is not lowered during switch. member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dh_items.h59 int staticSwitch; // Weapon is not lowered during switch. member