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

lua_getupvalue

Declaration

Source position: lua.pas line 518

function lua_getupvalue(

  L: Plua_State;

  funcindex: Integer;

  n: Integer

):PChar;