MCPcopy 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
3132void Creature::clearMoveSpeedModifier()
3133{
3134 setMoveSpeedModifier(1.0);
3135}
3136
3137void Creature::setDefenseModifier(double phy, double mag, double ele)
3138{

Callers 1

releaseEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected