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

Method clearCompletedGoals

source/game/Seat.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void Seat::clearCompletedGoals()
113{
114 mCompletedGoals.clear();
115}
116
117unsigned int Seat::numCompletedGoals()
118{

Callers 1

clearGoalsForAllSeatsMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected