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

Method isFailed

source/goals/Goal.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool Goal::isFailed(const Seat& s, const GameMap&)
44{
45 return false;
46}
47
48void Goal::addSuccessSubGoal(std::unique_ptr<Goal>&& g)
49{

Callers 2

checkAllGoalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected