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

Method gettop

engine/lua/src/cs/dmsdk/lua/lua_gen.cs:53–54  ·  view source on GitHub ↗

Generated from [ref:lua_gettop]

(State * L)

Source from the content-addressed store, hash-verified

51 /// Generated from [ref:lua_gettop]
52 /// </summary>
53 [DllImport("luajit-5.1", EntryPoint="lua_gettop", CallingConvention = CallingConvention.Cdecl)]
54 public static extern int gettop(State * L);
55
56 /// <summary>
57 /// Generated from [ref:lua_settop]

Callers 1

csRunTestsLuaMethod · 0.80

Calls

no outgoing calls

Tested by 1

csRunTestsLuaMethod · 0.64