WoW:MACRO cleartarget: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
m (Move page script moved page MACRO cleartarget to MACRO cleartarget without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:


Sets your current target to nil.
Sets your current target to nil.
  /cleartarget
  /cleartarget options
 
===Options===
You may specify these options, if you wish to invert the logic of the option, put "no" in front of it (ex. noexists).  This is mostly the same as the [[MACRO target|target]] options, see notes.  For the conditionals like combat, stance, stealth, the test is performed on the ''target''. 
 
:;dead : Works.
:;harm : Works.
:;help : Works
 


== Aliases ==
== Aliases ==

Latest revision as of 04:48, 15 August 2023

Slash commands


Sets your current target to nil.

/cleartarget options

Options[edit]

You may specify these options, if you wish to invert the logic of the option, put "no" in front of it (ex. noexists). This is mostly the same as the target options, see notes. For the conditionals like combat, stance, stealth, the test is performed on the target.

dead
Works.
harm
Works.
help
Works


Aliases[edit]

none


Arguments[edit]

none