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

Method pushinteger

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

Generated from [ref:lua_pushinteger]

(State * L, int n)

Source from the content-addressed store, hash-verified

219 /// Generated from [ref:lua_pushinteger]
220 /// </summary>
221 [DllImport("luajit-5.1", EntryPoint="lua_pushinteger", CallingConvention = CallingConvention.Cdecl)]
222 public static extern void pushinteger(State * L, int n);
223
224 /// <summary>
225 /// Generated from [ref:lua_pushlstring]

Callers 3

CsLuaAddMethod · 0.80
CsLuaMulMethod · 0.80
csRunTestsLuaMethod · 0.80

Calls

no outgoing calls

Tested by 3

CsLuaAddMethod · 0.64
CsLuaMulMethod · 0.64
csRunTestsLuaMethod · 0.64