[Overview][Constants][Types][Procedures and functions] Reference for unit 'Lua' (#gui)

luaL_openlib

Declaration

Source position: Lua.pas line 593

procedure luaL_openlib(

  L: Plua_State;

  const libname: PChar;

  const lr: PluaL_Reg;

  nup: Integer

);