Source position: lua.pas line 703
function luaL_argcheck(
L: Plua_State;
cond: Boolean;
numarg: Integer;
extramsg: PChar
):Integer;