Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the ID of the season that is active on the current realm.
seasonID = C_Seasons.GetActiveSeason()
Returns[]
- seasonID
- Enum.SeasonID - The currently active season ID.
Value | Field | Description |
---|---|---|
0 | NoSeason | Used for normal (non-seasonal) realms. |
1 | SeasonOfMastery | Season of Mastery realms. |
Details[]
- This function will not return
nil
when no season is active; instead theNoSeason
ID will be returned.
Patch changes[]
Patch 1.14.1 (2021-11-09): Added.