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

Method newtable

engine/lua/src/cs/dmsdk/lua/lua.cs:67–70  ·  view source on GitHub ↗
(State* L)

Source from the content-addressed store, hash-verified

65 }
66
67 public static void newtable(State* L)
68 {
69 createtable(L, 0, 0);
70 }
71
72
73 // #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))

Callers 1

csRunTestsLuaMethod · 0.80

Calls

no outgoing calls

Tested by 1

csRunTestsLuaMethod · 0.64