WoW:MACRO stopwatch: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
m (→‎Notes: typo ("is will"?! What was I thinking?))
Line 3: Line 3:


Opens the Stopwatch user interface.
Opens the Stopwatch user interface.
  /stopwatch
  /stopwatch time


== Aliases ==
== Aliases ==
:stopwatch
:stopwatch
:sw
:sw
:timer




== Arguments ==
== Arguments ==
:none
:;time : Optional - Toggles the stopwatch to count down from the given time. Format: [[H:]M:]S




== Notes ==
== Notes ==
:The stopwatch was added in the Wrath of the Lich King content patch, right before the expansion.
*Without an argument, the stopwatch will start at 0 and count up.
*"/stopwatch 1:0:0 will make the stopwatch count down from an hour, /stopwatch 1:30 will make it count down from 1 minute, 30 seconds, and */stopwatch 30 will make it count down from 30 seconds."
*Time is converted automatically, so "/sw 1:342:6304" will result in 8 hours, 27 minutes, and 4 seconds.
*Does not start automatically (user must click the "Play" button).
*The stopwatch was added in the [[Patch 2.4.3#User_Interface|Wrath of the Lich King content patch]], right before the expansion.

Revision as of 00:27, 18 March 2009

Slash commands


Opens the Stopwatch user interface.

/stopwatch time

Aliases

stopwatch
sw
timer


Arguments

time
Optional - Toggles the stopwatch to count down from the given time. Format: [[H:]M:]S


Notes

  • Without an argument, the stopwatch will start at 0 and count up.
  • "/stopwatch 1:0:0 will make the stopwatch count down from an hour, /stopwatch 1:30 will make it count down from 1 minute, 30 seconds, and */stopwatch 30 will make it count down from 30 seconds."
  • Time is converted automatically, so "/sw 1:342:6304" will result in 8 hours, 27 minutes, and 4 seconds.
  • Does not start automatically (user must click the "Play" button).
  • The stopwatch was added in the Wrath of the Lich King content patch, right before the expansion.