ENGRAVING_TARGETING_MODE_CHANGED

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

Fires when the player selects a rune to engrave on an item, and when the cursor exits the item targeting mode.

ENGRAVING_TARGETING_MODE_CHANGED: enabled

Payload

enabled
boolean - True if cursor is in selection mode after the event fires, false otherwise.

Details

Fires when:

  • Player selects a rune to engrave and the cursor turns blue, indicating that the player may select an item to engrave. enabled=true
  • Player presses escape or right click while in selection mode. enabled=false
  • Player finishes engraving an item. enabled=false
  • Player interrupts the engraving of an item. Fires 5 times in quick sequence. enabled=false