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

Method getCreatureSpeed

source/entities/Building.cpp:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478double Building::getCreatureSpeed(const Creature* creature, Tile* tile) const
479{
480 return tile->getCreatureSpeedDefault(creature);
481}

Callers 1

getMoveSpeedMethod · 0.45

Calls 1

Tested by

no test coverage detected