Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ isClaimable
Method
isClaimable
source/entities/Building.h:98–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
Tile* getCentralTile();
97
98
virtual bool isClaimable(Seat* seat) const
99
{ return false; }
100
101
virtual void claimForSeat(Seat* seat, Tile* tile, double danceRate)
102
{}
Callers
2
isGroundClaimable
Method · 0.45
claimForSeat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected