Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void Goal::addFailureSubGoal(std::unique_ptr<Goal>&& g)
64
{
65
mFailureSubGoals.emplace_back(std::move(g));
66
}
67
68
unsigned int Goal::numFailureSubGoals() const
69
{
Callers
1
loadGoalFromStream
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected