Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void Goal::addSuccessSubGoal(std::unique_ptr<Goal>&& g)
49
{
50
mSuccessSubGoals.emplace_back(std::move(g));
51
}
52
53
unsigned int Goal::numSuccessSubGoals() const
54
{
Callers
1
loadGoalFromStream
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected