WoW:API TurnOrActionStop: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Formatting, removed somewhat misleading examples)
m (Move page script moved page API TurnOrActionStop to API TurnOrActionStop without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''TurnOrActionStop'''</center>
{{wowapi}}{{protectedapi|1.10|}}


End "Right click" in the 3D game world.
End "Right click" in the 3D game world.
Line 9: Line 9:


=== Returns ===
=== Returns ===
:<i>nil</i>
:''nil''




Line 18: Line 18:


: IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.
: IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Action Functions|TurnOrActionStop]]
[[Category:API Camera Functions|TurnOrActionStop]]

Latest revision as of 04:47, 15 August 2023

WoW API < TurnOrActionStop

End "Right click" in the 3D game world.

TurnOrActionStop()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

nil


Details[edit]

This function is called when right clicking in the 3D world. Most usefull it can initiate attack on the selected unit if no move occurs.
When used alone, can cancel a "mouseturn" started by a call to TurnOrActionStart.
IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.