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

Method destroyMeshLocal

source/entities/Tile.cpp:935–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935void Tile::destroyMeshLocal()
936{
937 GameEntity::destroyMeshLocal();
938
939 if(getIsOnServerMap())
940 return;
941
942 RenderManager::getSingleton().rrDestroyTile(*this);
943}
944
945bool Tile::isBuildableUpon(Seat* seat) const
946{

Callers

nothing calls this directly

Calls 1

rrDestroyTileMethod · 0.80

Tested by

no test coverage detected