---@diagnostic disable: missing-return, lowercase-global ---@meta ---@return number range ---Returns the level range in which a quest below the player's level still rewards XP. If a quest's level is up to range levels below the player's level, the quest is considered easy but still rewards experience points upon completion; these quests are colored green in the default UI's quest log. (Quests more than range levels below the player's are colored gray in the default UI and reward no XP.) function GetQuestGreenRange() end