lua_error method

int lua_error(
  1. Pointer<lua_State> L
)

Implementation

int lua_error(ffi.Pointer<lua_State> L) {
  return _lua_error(L);
}