MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getCostPerTile

Method getCostPerTile

source/traps/TrapBoulder.cpp:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 { return TrapBoulderNameDisplay; }
47
48 int getCostPerTile() const override
49 { return ConfigManager::getSingleton().getTrapConfigInt32("BoulderCostPerTile"); }
50
51 const std::string& getMeshName() const override
52 {

Callers

nothing calls this directly

Calls 1

getTrapConfigInt32Method · 0.80

Tested by

no test coverage detected