Home
last modified time | relevance | path

Searched refs:hotbar_slot_t (Results 1 – 4 of 4) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.hpp586 typedef struct hotbar_slot_t struct
592 } hotbar_slot_t; argument
600 extern hotbar_slot_t hotbar[NUM_HOTBAR_SLOTS];
601 extern hotbar_slot_t hotbar_alternate[NUM_HOTBAR_ALTERNATES][NUM_HOTBAR_SLOTS];
618 hotbar_slot_t* getHotbar(int x, int y);
H A Dplayerinventory.cpp589 hotbar_slot_t* slot = getHotbar(mousex, mousey); in releaseItem()
616 hotbar_slot_t* slot = getHotbar(mousex, mousey); in releaseItem()
H A Dinterface.cpp148 hotbar_slot_t hotbar[NUM_HOTBAR_SLOTS];
149 hotbar_slot_t hotbar_alternate[NUM_HOTBAR_ALTERNATES][NUM_HOTBAR_SLOTS];
1384 hotbar_slot_t* getHotbar(int x, int y) in getHotbar()
/dports/games/barony/Barony-3.3.7/src/
H A Dcharclass.cpp2546 hotbar_slot_t* newHotbar = hotbar_alternate[HOTBAR_DEFAULT]; // the monster's special hotbar. in initShapeshiftHotbar()
2722 hotbar_slot_t* newHotbar = hotbar_alternate[HOTBAR_DEFAULT]; // the monster's special hotbar. in deinitShapeshiftHotbar()