[Overview][Constants][Types][Procedures and functions] Reference for unit 'lua' (#pLua)

luaL_findtable

Declaration

Source position: lua.pas line 692

function luaL_findtable(

  L: Plua_State;

  idx: Integer;

  const fname: PChar;

  szhint: Integer

):PChar;