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

Function LuaCheckNode

engine/gui/src/gui_script.cpp:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 }
359
360 HNode LuaCheckNode(lua_State* L, int index)
361 {
362 HNode hnode;
363 InternalNode* n = LuaCheckNodeInternal(L, index, &hnode);
364 (void)n;
365 return hnode;
366 }
367
368 static int NodeProxy_tostring (lua_State *L)
369 {

Callers 1

LuaGetParentFunction · 0.85

Calls 1

LuaCheckNodeInternalFunction · 0.85

Tested by

no test coverage detected