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

Method getCostPerTile

source/rooms/RoomLibrary.cpp:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 { return RoomLibraryNameDisplay; }
52
53 int getCostPerTile() const override
54 { return ConfigManager::getSingleton().getRoomConfigInt32("LibraryCostPerTile"); }
55
56 void checkBuildRoom(GameMap* gameMap, const InputManager& inputManager, InputCommand& inputCommand) const override
57 {

Callers

nothing calls this directly

Calls 1

getRoomConfigInt32Method · 0.80

Tested by

no test coverage detected