lua_tothread method

Pointer<lua_State> lua_tothread(
  1. Pointer<lua_State> L,
  2. int idx
)

Implementation

ffi.Pointer<lua_State> lua_tothread(ffi.Pointer<lua_State> L, int idx) {
  return _lua_tothread(L, idx);
}