Home
last modified time | relevance | path

Searched refs:getTrapType (Results 1 – 13 of 13) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DCraftedTrap.h42 TrapType getTrapType() const in getTrapType() function
/dports/games/keeperrl/keeperrl-alpha23/
H A Ditem_index.cpp33 case ItemIndex::TRAP: return [](WConstItem it) { return !!it->getTrapType(); }; in getIndexPredicate()
H A Ditem.h64 optional<TrapType> getTrapType() const;
H A Ditem.cpp185 optional<TrapType> Item::getTrapType() const { in getTrapType() function in Item
H A Dcollective.cpp930 if (it->getTrapType() == type && !isItemMarked(it)) in getTrapItems()
1113 CHECK(item->getTrapType()); in onAppliedItem()
1178 …scheduleAutoProduction([type](WConstItem it) { return it->getTrapType() == type;}, missingTraps[ty… in handleTrapPlacementAndProduction()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/traps/
H A DTrapSpike.cpp38 TrapType getTrapType() const override in getTrapType() function in __anon5e1cd82c0111::TrapSpikeFactory
H A DTrapBoulder.cpp39 TrapType getTrapType() const override in getTrapType() function in __anon0fd4ad9d0111::TrapBoulderFactory
H A DTrapCannon.cpp40 TrapType getTrapType() const override in getTrapType() function in __anonadb87acd0111::TrapCannonFactory
H A DTrapManager.h44 virtual TrapType getTrapType() const = 0;
H A DTrap.cpp322 if(craftedTrap->getTrapType() != getType()) in hasCarryEntitySpot()
337 if(craftedTrap->getTrapType() != getType()) in askSpotForCarriedEntity()
H A DTrapManager.cpp282 uint32_t index = static_cast<uint32_t>(factory->getTrapType()); in registerFactory()
479 return factory->getTrapType(); in getTrapTypeFromTrapName()
H A DTrapDoor.cpp47 TrapType getTrapType() const override in getTrapType() function in __anon8f4d73e40111::TrapDoorFactory
/dports/games/opendungeons/OpenDungeons-0.7.1/source/rooms/
H A DRoomWorkshop.cpp341 if(craftedTrap->getTrapType() != p.first) in doUpkeep()