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

lua_getupvalue

Declaration

Source position: Lua.pas line 497

function lua_getupvalue(

  L: Plua_State;

  funcindex: Integer;

  n: Integer

):PChar;