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

Method clearUncompleteGoals

source/game/Seat.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void Seat::clearUncompleteGoals()
108{
109 mUncompleteGoals.clear();
110}
111
112void Seat::clearCompletedGoals()
113{

Callers 1

clearGoalsForAllSeatsMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected