luaL_where method

void luaL_where(
  1. Pointer<lua_State> L,
  2. int lvl
)

Implementation

void luaL_where(ffi.Pointer<lua_State> L, int lvl) {
  return _luaL_where(L, lvl);
}