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

luaL_checkoption

Declaration

Source position: Lua.pas line 647

function luaL_checkoption(

  L: Plua_State;

  narg: Integer;

  const def: PChar;

  const lst: array [] of PChar

):Integer;