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

Method createMeshLocal

source/entities/Tile.cpp:925–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925void Tile::createMeshLocal()
926{
927 GameEntity::createMeshLocal();
928
929 if(getIsOnServerMap())
930 return;
931
932 RenderManager::getSingleton().rrCreateTile(*this, *getGameMap(), *getGameMap()->getLocalPlayer());
933}
934
935void Tile::destroyMeshLocal()
936{

Callers

nothing calls this directly

Calls 2

rrCreateTileMethod · 0.80
getLocalPlayerMethod · 0.80

Tested by

no test coverage detected