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

luaL_checkoption

Declaration

Source position: lua.pas line 668

function luaL_checkoption(

  L: Plua_State;

  narg: Integer;

  const def: PChar;

  const lst: array of PChar

):Integer;