Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getFailureSubGoal
Method
getFailureSubGoal
source/goals/Goal.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
Goal* Goal::getFailureSubGoal(int index)
74
{
75
return mFailureSubGoals[index].get();
76
}
77
78
std::string Goal::getFormat()
79
{
Callers
2
checkAllGoals
Method · 0.80
GoalLoading.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected