lua_resetthread method

int lua_resetthread(
  1. Pointer<lua_State> L
)

Implementation

int lua_resetthread(
  ffi.Pointer<lua_State> L,
) {
  return _lua_resetthread(
    L,
  );
}