WoW:API CraftIsPetTraining: Difference between revisions
Jump to navigation
Jump to search
(removedapi) |
m (Move page script moved page API CraftIsPetTraining to API CraftIsPetTraining without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{wowapi|removed=3.0|replaceinfo=Crafting API was absorbed into [[World of Warcraft API#TradeSkill Functions|Tradeskill API]]}} | ||
Determine if the current 'crafting' skill is the pet training one. | Determine if the current 'crafting' skill is the pet training one. | ||
isPetTraining = CraftIsPetTraining() | isPetTraining = CraftIsPetTraining() | ||
== Parameters == | |||
== Returns == | === Returns === | ||
* isPetTraining (boolean) - true if the current "crafting" skill is the Hunter's Beast Training, false otherwise. | |||
== Details == | == Details == | ||
As of Patch 2.2.3, the only skills which use the Crafting APIs (as opposed to the TradeSkill APIs) are Beast Training and Enchanting; when Beast Training is the active skill, those APIs behave somewhat differently than they do for Enchanting (and than the analogous TradeSkill APIs do for other skills) | |||
== Notes == | |||
* Removed in patch 3.0. See [[World of Warcraft API#TradeSkill Functions]] |
Latest revision as of 04:45, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
← WoW API < CraftIsPetTraining
Determine if the current 'crafting' skill is the pet training one.
isPetTraining = CraftIsPetTraining()
Parameters[edit]
Returns[edit]
- isPetTraining (boolean) - true if the current "crafting" skill is the Hunter's Beast Training, false otherwise.
Details[edit]
As of Patch 2.2.3, the only skills which use the Crafting APIs (as opposed to the TradeSkill APIs) are Beast Training and Enchanting; when Beast Training is the active skill, those APIs behave somewhat differently than they do for Enchanting (and than the analogous TradeSkill APIs do for other skills)
Notes[edit]
- Removed in patch 3.0. See World of Warcraft API#TradeSkill Functions