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

Method addSuccessSubGoal

source/goals/Goal.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Goal::addSuccessSubGoal(std::unique_ptr<Goal>&& g)
49{
50 mSuccessSubGoals.emplace_back(std::move(g));
51}
52
53unsigned int Goal::numSuccessSubGoals() const
54{

Callers 1

loadGoalFromStreamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected