Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ resetKoTurns
Method
resetKoTurns
source/entities/Creature.cpp:3069–3073 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3067
}
3068
3069
void Creature::resetKoTurns()
3070
{
3071
mKoTurnCounter = 0;
3072
mNeedFireRefresh = true;
3073
}
3074
3075
void Creature::setInJail(Room* prison)
3076
{
Callers
2
notifyCarryingStateChanged
Method · 0.80
notifyCarryingStateChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected