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

luaL_optinteger

Declaration

Source position: lua.pas line 646

function luaL_optinteger(

  L: Plua_State;

  nArg: Integer;

  def: lua_Integer

):lua_Integer;