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

Method getDescription

source/goals/GoalClaimNTiles.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::string GoalClaimNTiles::getDescription(const Seat& s)
54{
55 std::stringstream tempSS;
56 tempSS << "Claimed " << s.getNumClaimedTiles() << " of "
57 << mNumberOfTiles << " tiles.";
58 return tempSS.str();
59}

Callers

nothing calls this directly

Calls 1

getNumClaimedTilesMethod · 0.80

Tested by

no test coverage detected