Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
478
double Building::getCreatureSpeed(const Creature* creature, Tile* tile) const
479
{
480
return tile->getCreatureSpeedDefault(creature);
481
}
Callers
1
getMoveSpeed
Method · 0.45
Calls
1
getCreatureSpeedDefault
Method · 0.80
Tested by
no test coverage detected