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