Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getNumClaimedTiles
Method
getNumClaimedTiles
source/game/SeatData.h:51–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
{ return mTeamId; }
50
51
inline unsigned int getNumClaimedTiles() const
52
{ return mNumClaimedTiles; }
53
54
inline void setNumClaimedTiles(const unsigned int& num)
55
{ mNumClaimedTiles = num; }
Callers
4
doMiscUpkeep
Method · 0.80
isMet
Method · 0.80
getDescription
Method · 0.80
refreshMainUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected