Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetNodeId
Function
GetNodeId
engine/gui/src/gui.cpp:2738–2742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2736
}
2737
2738
dmhash_t GetNodeId(HScene scene, HNode node)
2739
{
2740
InternalNode* n = GetNode(scene, node);
2741
return n->m_NameHash;
2742
}
2743
2744
HNode GetNodeById(HScene scene, const char* id)
2745
{
Callers
1
CompGuiIterPropertiesGetNext
Function · 0.50
Calls
1
GetNode
Function · 0.70
Tested by
no test coverage detected