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

Method canSeatSellBuilding

source/entities/Building.cpp:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324bool Building::canSeatSellBuilding(Seat* seat) const
325{
326 if(!getSeat()->canBuildingBeDestroyedBy(seat))
327 return false;
328
329 return true;
330}
331
332void Building::exportToStream(std::ostream& os) const
333{

Callers 1

sellTrapTilesMethod · 0.45

Calls 1

Tested by

no test coverage detected