MCPcopy Create free account
hub / github.com/carbonengine/trinity / ~Tr2MeshBase

Method ~Tr2MeshBase

trinity/Tr2MeshBase.cpp:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65Tr2MeshBase::~Tr2MeshBase()
66{
67 for( auto& list : m_areaLookupArray )
68 {
69 for( auto& area : *list )
70 {
71 area->RemoveOwnerMesh( this );
72 }
73 }
74}
75
76void Tr2MeshBase::OnListModified(
77 long event,

Callers

nothing calls this directly

Calls 1

RemoveOwnerMeshMethod · 0.80

Tested by

no test coverage detected