C_ChatInfo.GetChannelRuleset

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_ChatInfo.GetChannelRuleset TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.png + 9.0.1
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_ChatInfo.GetChannelRulesetForChannelID TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.png + 9.0.1

Needs summary.

ruleset = C_ChatInfo.GetChannelRuleset(channelIndex)
        = C_ChatInfo.GetChannelRulesetForChannelID(channelID)

Arguments

GetChannelRuleset

channelIndex
number

GetChannelRulesetForChannelID

channelID
number

Returns

ruleset
Enum.ChatChannelRuleset
Value Field Description
0 None
1 Mentor
2 Disabled
3 ChromieTimeCataclysm
4 ChromieTimeBuringCrusade
5 ChromieTimeWrath
6 ChromieTimeMists
7 ChromieTimeWoD
8 ChromieTimeLegion

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.