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

Method destroyMesh

source/entities/GameEntity.cpp:574–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void GameEntity::destroyMesh()
575{
576 if(!mMeshExists)
577 return;
578
579 mMeshExists = false;
580
581 destroyMeshLocal();
582}
583
584void GameEntity::exportToPacketForUpdate(ODPacket& os, const Seat* seat) const
585{

Callers 3

destroyAllEntitiesMethod · 0.80
clearTilesMethod · 0.80
addTileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected