Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getSuccessSubGoal
Method
getSuccessSubGoal
source/goals/Goal.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
Goal* Goal::getSuccessSubGoal(int index)
59
{
60
return mSuccessSubGoals[index].get();
61
}
62
63
void Goal::addFailureSubGoal(std::unique_ptr<Goal>&& g)
64
{
Callers
2
checkAllGoals
Method · 0.80
GoalLoading.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected