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

Method destroyMeshLocal

source/entities/Creature.cpp:291–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void Creature::destroyMeshLocal()
292{
293 destroyMeshWeapons();
294 MovableGameEntity::destroyMeshLocal();
295 if(getIsOnServerMap())
296 return;
297
298 destroyStatsWindow();
299 RenderManager::getSingleton().rrDestroyCreature(this);
300}
301
302void Creature::createMeshWeapons()
303{

Callers

nothing calls this directly

Calls 1

rrDestroyCreatureMethod · 0.80

Tested by

no test coverage detected