MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~EntityLink

Method ~EntityLink

Engine/source/EtFramework/SceneGraph/EntityLink.cpp:64–70  ·  view source on GitHub ↗

------------------- EntityLink::d-tor unregister ourselves upon destruction

Source from the content-addressed store, hash-verified

62// unregister ourselves upon destruction
63//
64EntityLink::~EntityLink()
65{
66 if (id != INVALID_ENTITY_ID)
67 {
68 EntityLinkResolver::Instance().UnregisterLink(this);
69 }
70}
71
72//-------------------------------
73// EntityLink::SetDeserializedId

Callers

nothing calls this directly

Calls 1

UnregisterLinkMethod · 0.80

Tested by

no test coverage detected