Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns whether the list of trade skill abilities for the currently open trade skill is available.

ready = IsTradeSkillReady()

Returns[]

ready
boolean - true if trade skill information is available, false if it is still being retrieved.

Details[]

  • Trade skill information (the list of items the player is able to craft) for the player's character is streamed to the client when the character logs in.
  • If you open a trade skill window before this process completes, this function will return false. TRADE_SKILL_UPDATE will fire again once information is available.

Patch changes[]

Mists of Pandaria Patch 5.2.0 (2013-03-05): Added.

Advertisement