[Overview][Constants][Types][Procedures and functions] Reference for unit 'lua' (#pLua)

luaL_argcheck

Declaration

Source position: lua.pas line 703

function luaL_argcheck(

  L: Plua_State;

  cond: Boolean;

  numarg: Integer;

  extramsg: PChar

):Integer;