Source position: Lua.pas line 336
function lua_pcall(
L: Plua_State;
nargs: Integer;
nresults: Integer;
errfunc: Integer
):Integer;