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

lua_getfield

Declaration

Source position: Lua.pas line 299

procedure lua_getfield(

  L: Plua_State;

  idx: Integer;

  k: PChar

);