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