C_TradeSkillUI.IsTradeSkillGuild

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 7.0.3

Checks if the Trade Skill UI is open for a profession in the guild.

isGuild = C_TradeSkillUI.IsTradeSkillGuild()

Returns

isGuild
boolean - true if the Trade Skill UI is open for a profession in the guild, false otherwise.

Details

  • This function will typically only be true if 'View All' has been clicked for a profession in the 'Professions' view of the guild roster.

Patch changes

Legion Patch 7.0.3 (2016-07-19): Added.

See also