MCPcopy Create free account
hub / github.com/defold/defold / GetNodeHandle

Function GetNodeHandle

engine/gui/src/gui.cpp:1301–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299 }
1300
1301 HNode GetNodeHandle(InternalNode* node)
1302 {
1303 return ((uint32_t) node->m_Version) << 16 | node->m_Index;
1304 }
1305
1306 TextureSetAnimDesc* GetNodeTextureSet(HScene scene, HNode node)
1307 {

Callers 15

FreeNodeMemoryFunction · 0.70
UnassignTextureFunction · 0.70
ClearTexturesFunction · 0.70
SetLayoutFunction · 0.70
CollectRenderEntriesFunction · 0.70
FinalSceneFunction · 0.70
UpdateSceneFunction · 0.70
GetFirstChildNodeFunction · 0.70
GetNextNodeFunction · 0.70
NewNodeFunction · 0.70
GetNodeByIdFunction · 0.70
DeleteNodeFunction · 0.70

Calls

no outgoing calls

Tested by 1

PickNodeFunction · 0.40