MCPcopy 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
215bool Seat::canBuildingBeDestroyedBy(const Seat* seat) const
216{
217 if(this == seat)
218 return true;
219
220 return false;
221}
222
223void Seat::addAlliedSeat(Seat* seat)
224{

Callers 1

canSeatSellBuildingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected