WoW:API ReplaceEnchant: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Confirms the "Replace Enchant" dialog. | Confirms the "Replace Enchant" dialog. | ||
ReplaceEnchant(); | ReplaceEnchant(); | ||
==Details== | ==Details== | ||
When the player attempts to apply an enchant or weapon buff to an item which already has one, the game presents the "Replace Enchant" dialog. This method confirms that dialog allowing the application of the enchant/buff to continue. | |||
''***Appears to be non-functional in macros as of 2.4.07, considered an action only available to Blizzard UI. Unknown if functional in addon scripts.'' | ''***Appears to be non-functional in macros as of 2.4.07, considered an action only available to Blizzard UI. Unknown if functional in addon scripts.'' |
Revision as of 02:30, 31 July 2007
Confirms the "Replace Enchant" dialog.
ReplaceEnchant();
Details
When the player attempts to apply an enchant or weapon buff to an item which already has one, the game presents the "Replace Enchant" dialog. This method confirms that dialog allowing the application of the enchant/buff to continue.
***Appears to be non-functional in macros as of 2.4.07, considered an action only available to Blizzard UI. Unknown if functional in addon scripts.