Generated from [ref:lua_gettop]
(State * L)
| 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] |