Generated from [ref:lua_error]
(State * L)
| 393 | /// Generated from [ref:lua_error] |
| 394 | /// </summary> |
| 395 | [DllImport("luajit-5.1", EntryPoint="lua_error", CallingConvention = CallingConvention.Cdecl)] |
| 396 | public static extern int error(State * L); |
| 397 | |
| 398 | /// <summary> |
| 399 | /// Generated from [ref:lua_next] |
no outgoing calls
no test coverage detected