Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ clearMoveSpeedModifier
Method
clearMoveSpeedModifier
source/entities/Creature.cpp:3132–3135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3130
}
3131
3132
void Creature::clearMoveSpeedModifier()
3133
{
3134
setMoveSpeedModifier(1.0);
3135
}
3136
3137
void Creature::setDefenseModifier(double phy, double mag, double ele)
3138
{
Callers
1
releaseEffect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected