Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1486
double Creature::getMoveSpeed() const
1487
{
1488
return getMoveSpeed(getPositionTile());
1489
}
1490
1491
double Creature::getMoveSpeed(Tile* tile) const
1492
{
Callers
1
path
Method · 0.45
Calls
4
getCoveringBuilding
Method · 0.80
getCreatureSpeedDefault
Method · 0.80
getHasBridge
Method · 0.80
getCreatureSpeed
Method · 0.45
Tested by
no test coverage detected