WaitTimer

A simple timer for addon developers.

File Details

v1.6

  • R
  • Oct 26, 2013
  • 3.82 KB
  • 228
  • 5.0.9

File Name

_waittimer-v1.6.zip

Supported Versions

  • 5.0.9

tag v1.6
a7220c078356c4b14d6e1728bbeb82d9a41b0148
McBen <viertelvor12@gmx.net>
2013-10-26 16:06:53 +0200

v1.6

--------------------

McBen:
    - docu update
    - a general ToolTip delay
    just replace "GameTooltip:Show()" with "GameTooltip:DelayShow()"
    and "GameTooltip:Hide()" with "GameTooltip:DelayHide()"
    - new macro like 'wait'
    after use "Call( fct)" you can use "CallWait(<time>)" inside this function and sub-calls
    - renamed "Wait" to "Delay"