Home
last modified time | relevance | path

Searched refs:isCurrentlyUsable (Results 1 – 3 of 3) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DItemProto.h180 …bool isCurrentlyUsable(guint32 building, bool bags_on_map, bool victims_left, bool ruin_has_occupa…
H A DItemProto.cpp397 bool ItemProto::isCurrentlyUsable(guint32 building, bool bags_on_map, bool victims_left, bool ruin_… in isCurrentlyUsable() function in ItemProto
H A Dstack.cpp1187 if ((*i)->isCurrentlyUsable(b, !GameMap::getInstance()->getBackpacks().empty(), in getUsableItems()