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

Method getCostPerTile

source/traps/TrapSpike.cpp:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getTrapConfigInt32Method · 0.80

Tested by

no test coverage detected