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

Method getUncompleteGoal

source/game/Seat.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99Goal* Seat::getUncompleteGoal(unsigned int index)
100{
101 if (index >= mUncompleteGoals.size())
102 return nullptr;
103
104 return mUncompleteGoals[index];
105}
106
107void Seat::clearUncompleteGoals()
108{

Callers 2

cListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected