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

Method getMoveSpeed

source/entities/Creature.cpp:1486–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484}
1485
1486double Creature::getMoveSpeed() const
1487{
1488 return getMoveSpeed(getPositionTile());
1489}
1490
1491double Creature::getMoveSpeed(Tile* tile) const
1492{

Callers 1

pathMethod · 0.45

Calls 4

getCoveringBuildingMethod · 0.80
getHasBridgeMethod · 0.80
getCreatureSpeedMethod · 0.45

Tested by

no test coverage detected