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

lua_getfield

Declaration

Source position: lua.pas line 320

procedure lua_getfield(

  L: Plua_State;

  idx: Integer;

  k: PChar

);