Home
last modified time | relevance | path

Searched refs:inventoryTimer (Results 1 – 5 of 5) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dhu_inventory.cpp540 inv->hideTics = int(cfg.inventoryTimer * TICSPERSEC); in Hu_InventoryOpen()
617 inv->hideTics = int(cfg.inventoryTimer * TICSPERSEC); in Hu_InventoryMove()
654 if(cfg.inventoryTimer == 0) in Hu_InventoryTicker()
662 if(inv->hideTics == 0 && cfg.inventoryTimer > 0) in Hu_InventoryTicker()
688 {"hud-inventory-timer", 0, CVT_FLOAT, &cfg.inventoryTimer, 0, 30}, in Hu_InventoryRegister()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dx_config.h84 float inventoryTimer; // Number of seconds until the invetory auto-hides. member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dh_config.h118 float inventoryTimer; // Number of seconds until the invetory auto-hides. member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/src/
H A Dh2_main.cpp220 cfg.inventoryTimer = 5; in X_PreInit()
272 cfg.inventoryTimer = 5; in X_PreInit()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dh_main.cpp296 cfg.inventoryTimer = 5; in H_PreInit()