MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetDeserializedId

Method SetDeserializedId

Engine/source/EtFramework/SceneGraph/EntityLink.cpp:77–84  ·  view source on GitHub ↗

------------------------------- EntityLink::SetDeserializedId Set the id and register with the link resover

Source from the content-addressed store, hash-verified

75// Set the id and register with the link resover
76//
77void EntityLink::SetDeserializedId(T_EntityId const val)
78{
79 id = val;
80 if (id != INVALID_ENTITY_ID)
81 {
82 EntityLinkResolver::Instance().RegisterLink(this);
83 }
84}
85
86
87//====================

Callers

nothing calls this directly

Calls 1

RegisterLinkMethod · 0.80

Tested by

no test coverage detected