Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ numUncompleteGoals
Method
numUncompleteGoals
source/game/Seat.cpp:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
unsigned int Seat::numUncompleteGoals()
93
{
94
unsigned int tempUnsigned = mUncompleteGoals.size();
95
96
return tempUnsigned;
97
}
98
99
Goal* Seat::getUncompleteGoal(unsigned int index)
100
{
Callers
2
getGoalsStringForPlayer
Method · 0.80
cList
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected