![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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
Patch 6.2.0 (2015-06-23): Added.
