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

Method canOwnedCreatureUseRoomFrom

source/game/Seat.cpp:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207bool Seat::canOwnedCreatureUseRoomFrom(const Seat* seat) const
208{
209 if(this == seat)
210 return true;
211
212 return false;
213}
214
215bool Seat::canBuildingBeDestroyedBy(const Seat* seat) const
216{

Callers 4

handleSearchJobMethod · 0.80
handleFindHomeMethod · 0.80
handleGetFeeMethod · 0.80
handleLeaveDungeonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected