Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ clearCompletedGoals
Method
clearCompletedGoals
source/game/Seat.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void Seat::clearCompletedGoals()
113
{
114
mCompletedGoals.clear();
115
}
116
117
unsigned int Seat::numCompletedGoals()
118
{
Callers
1
clearGoalsForAllSeats
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected