[Overview][Constants][Types][Procedures and functions] Reference for unit 'Lua' (#gui)

luaL_argcheck

Declaration

Source position: Lua.pas line 682

function luaL_argcheck(

  L: Plua_State;

  cond: Boolean;

  numarg: Integer;

  extramsg: PChar

):Integer;