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

luaL_findtable

Declaration

Source position: Lua.pas line 671

function luaL_findtable(

  L: Plua_State;

  idx: Integer;

  const fname: PChar;

  szhint: Integer

):PChar;