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

Method numUncompleteGoals

source/game/Seat.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92unsigned int Seat::numUncompleteGoals()
93{
94 unsigned int tempUnsigned = mUncompleteGoals.size();
95
96 return tempUnsigned;
97}
98
99Goal* Seat::getUncompleteGoal(unsigned int index)
100{

Callers 2

cListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected