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

Method addFailureSubGoal

source/goals/Goal.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Goal::addFailureSubGoal(std::unique_ptr<Goal>&& g)
64{
65 mFailureSubGoals.emplace_back(std::move(g));
66}
67
68unsigned int Goal::numFailureSubGoals() const
69{

Callers 1

loadGoalFromStreamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected