Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ numSuccessSubGoals
Method
numSuccessSubGoals
source/goals/Goal.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
unsigned int Goal::numSuccessSubGoals() const
54
{
55
return mSuccessSubGoals.size();
56
}
57
58
Goal* Goal::getSuccessSubGoal(int index)
59
{
Callers
2
checkAllGoals
Method · 0.80
GoalLoading.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected