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

Function GetNodeCustomType

engine/gui/src/gui.cpp:3137–3141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3135 }
3136
3137 uint32_t GetNodeCustomType(HScene scene, HNode node)
3138 {
3139 InternalNode* n = GetNode(scene, node);
3140 return n->m_Node.m_CustomType;
3141 }
3142
3143 void* GetNodeCustomData(HScene scene, HNode node)
3144 {

Callers 4

LuaGetTypeFunction · 0.85
SetNodeFunction · 0.85
RenderNodesFunction · 0.85

Calls 1

GetNodeFunction · 0.70

Tested by

no test coverage detected