MCPcopy 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
73Goal* Goal::getFailureSubGoal(int index)
74{
75 return mFailureSubGoals[index].get();
76}
77
78std::string Goal::getFormat()
79{

Callers 2

checkAllGoalsMethod · 0.80
GoalLoading.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected