MCPcopy 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
58Goal* Goal::getSuccessSubGoal(int index)
59{
60 return mSuccessSubGoals[index].get();
61}
62
63void Goal::addFailureSubGoal(std::unique_ptr<Goal>&& g)
64{

Callers 2

checkAllGoalsMethod · 0.80
GoalLoading.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected