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

lua_pcall

Declaration

Source position: Lua.pas line 336

function lua_pcall(

  L: Plua_State;

  nargs: Integer;

  nresults: Integer;

  errfunc: Integer

):Integer;