Generated from [ref:lua_pushinteger]
(State * L, int n)
| 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] |
no outgoing calls