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

Method isMet

source/goals/GoalClaimNTiles.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool GoalClaimNTiles::isMet(const Seat &s, const GameMap&)
34{
35 return (s.getNumClaimedTiles() >= mNumberOfTiles);
36}
37
38std::string GoalClaimNTiles::getSuccessMessage(const Seat&)
39{

Callers

nothing calls this directly

Calls 1

getNumClaimedTilesMethod · 0.80

Tested by

no test coverage detected