WoW:API FocusUnit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(cat)
No edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Is supposed to 'focus' on targeted unit, same thing that /focus does.
Is supposed to 'focus' on targeted unit, same thing that /focus does.
However, this /script command has been blocked by blizzard to avoid people making bots.<br>
However, this /script command has been blocked by blizzard to avoid people making bots. /RunMacroText("/focus") can be used yet<br />
<pre>
<pre>
FocusUnit();
FocusUnit();
</pre>
</pre>

Revision as of 13:48, 30 March 2016

WoW API < FocusUnit

Is supposed to 'focus' on targeted unit, same thing that /focus does. However, this /script command has been blocked by blizzard to avoid people making bots. /RunMacroText("/focus") can be used yet

FocusUnit();