luaL_ref method

int luaL_ref(
  1. Pointer<lua_State> L,
  2. int t
)

Implementation

int luaL_ref(
  ffi.Pointer<lua_State> L,
  int t,
) {
  return _luaL_ref(
    L,
    t,
  );
}