Generated from [ref:lua_replace]
(State * L, int idx)
| 81 | /// Generated from [ref:lua_replace] |
| 82 | /// </summary> |
| 83 | [DllImport("luajit-5.1", EntryPoint="lua_replace", CallingConvention = CallingConvention.Cdecl)] |
| 84 | public static extern void replace(State * L, int idx); |
| 85 | |
| 86 | /// <summary> |
| 87 | /// Generated from [ref:lua_checkstack] |
no outgoing calls