FlashClientIcon

From Warcraft Wiki
Jump to navigation Jump to search

Flashes the game client icon in the Operating System.

FlashClientIcon()

Example

  • Flashes the client icon after 5 seconds.
/run C_Timer.After(5, FlashClientIcon)
  • Prevents flashing the client icon by NOP'ing it.
FlashClientIcon = function() end

Patch changes

Warlords of Draenor Patch 6.2.0 (2015-06-23): Added.