C_TradeSkillUI.IsTradeSkillReady

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.

isReady = C_TradeSkillUI.IsTradeSkillReady()

Returns

isReady
boolean - true if the Trade Skill UI is open and loaded for a profession, false otherwise.

Details

  • The event TRADE_SKILL_UPDATE fires after UI loads all the trade skills; This can be used if isReady returns false

Patch changes

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

See also