WoW:API FocusUnit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(cat)
m (Move page script moved page API FocusUnit to API FocusUnit without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
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. However <code>/RunMacroText("/focus")</code> can be used still.
<pre>
<pre>
FocusUnit();
FocusUnit();
</pre>
</pre>

Latest revision as of 04:45, 15 August 2023

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. However /RunMacroText("/focus") can be used still.

FocusUnit();