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

Method checkinteger

engine/lua/src/cs/dmsdk/lua/lauxlib_gen.cs:100–101  ·  view source on GitHub ↗

Generated from [ref:luaL_checkinteger]

(State * L, int numArg)

Source from the content-addressed store, hash-verified

98 /// Generated from [ref:luaL_checkinteger]
99 /// </summary>
100 [DllImport("luajit-5.1", EntryPoint="luaL_checkinteger", CallingConvention = CallingConvention.Cdecl)]
101 public static extern int checkinteger(State * L, int numArg);
102
103 /// <summary>
104 /// Generated from [ref:luaL_optinteger]

Callers 2

CsLuaAddMethod · 0.80
CsLuaMulMethod · 0.80

Calls

no outgoing calls

Tested by 2

CsLuaAddMethod · 0.64
CsLuaMulMethod · 0.64