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

luaL_checktype

Declaration

Source position: Lua.pas line 631

procedure luaL_checktype(

  L: Plua_State;

  narg: Integer;

  t: Integer

);