WoW API: TurnOrActionStop

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API TurnOrActionStop to API TurnOrActionStop without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.