Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ clearDefenseModifier
Method
clearDefenseModifier
source/entities/Creature.cpp:3159–3162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3157
}
3158
3159
void Creature::clearDefenseModifier()
3160
{
3161
setDefenseModifier(0.0, 0.0, 0.0);
3162
}
3163
3164
void Creature::setStrengthModifier(double modifier)
3165
{
Callers
1
releaseEffect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected