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

Method getCompletedGoal

source/game/Seat.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122Goal* Seat::getCompletedGoal(unsigned int index)
123{
124 if (index >= mCompletedGoals.size())
125 return nullptr;
126
127 return mCompletedGoals[index];
128}
129
130unsigned int Seat::numFailedGoals()
131{

Callers 2

cListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected