MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / numFailureSubGoals

Method numFailureSubGoals

source/goals/Goal.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68unsigned int Goal::numFailureSubGoals() const
69{
70 return mFailureSubGoals.size();
71}
72
73Goal* Goal::getFailureSubGoal(int index)
74{

Callers 2

checkAllGoalsMethod · 0.80
GoalLoading.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected