Source position: lauxlib.pas line 99
procedure luaL_argcheck(
L: Plua_State;
cond: Boolean;
numarg: Integer;
extramsg: PAnsiChar
);