Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ clientUpkeep
Method
clientUpkeep
source/entities/Creature.cpp:3103–3108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3101
}
3102
3103
void Creature::clientUpkeep()
3104
{
3105
MovableGameEntity::clientUpkeep();
3106
if(mDropCooldown > 0)
3107
--mDropCooldown;
3108
}
3109
3110
void Creature::setMoveSpeedModifier(double modifier)
3111
{
Callers
1
clientUpKeep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected