Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ canBuildingBeDestroyedBy
Method
canBuildingBeDestroyedBy
source/game/Seat.cpp:215–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
bool Seat::canBuildingBeDestroyedBy(const Seat* seat) const
216
{
217
if(this == seat)
218
return true;
219
220
return false;
221
}
222
223
void Seat::addAlliedSeat(Seat* seat)
224
{
Callers
1
canSeatSellBuilding
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected