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

luaL_checktype

Declaration

Source position: lua.pas line 652

procedure luaL_checktype(

  L: Plua_State;

  narg: Integer;

  t: Integer

);