Home
last modified time | relevance | path

Searched refs:hasUsableItem (Results 1 – 9 of 9) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DBackpack.h136 bool hasUsableItem() const;
H A Dstacklist.h148 bool hasUsableItem() const;
H A Dstacklist.cpp643 if ((*it)->hasUsableItem()) in getUsableItems()
649 bool Stacklist::hasUsableItem() const in hasUsableItem() function in Stacklist
653 if ((*it)->hasUsableItem()) in hasUsableItem()
H A Dstack.h377 bool hasUsableItem() const;
H A DBackpack.cpp221 bool Backpack::hasUsableItem() const in hasUsableItem() function in Backpack
H A Dstack.cpp1149 bool Stack::hasUsableItem() const in hasUsableItem() function in Stack
1157 if (backpack->hasUsableItem() == true) in hasUsableItem()
H A Dplayer.h405 bool hasUsableItem() const;
H A Dgame.cpp960 can_use_item.emit(player->hasUsableItem()); in update_control_panel()
H A Dplayer.cpp4326 bool Player::hasUsableItem() const in hasUsableItem() function in Player
4328 return d_stacklist->hasUsableItem(); in hasUsableItem()