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

Method destroyMeshLocal

source/entities/RenderedMovableEntity.cpp:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void RenderedMovableEntity::destroyMeshLocal()
77{
78 MovableGameEntity::destroyMeshLocal();
79
80 if(getIsOnServerMap())
81 return;
82
83 RenderManager::getSingleton().rrDestroyRenderedMovableEntity(this);
84}
85
86void RenderedMovableEntity::addToGameMap()
87{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected