WoW:API TurnOrActionStop: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m ({{wowapi}}, protected)
m (Robot: converting/fixing HTML)
Line 9: Line 9:


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





Revision as of 09:36, 20 January 2007

WoW API < TurnOrActionStop

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

TurnOrActionStop()

Parameters

Arguments

()

Returns

nil


Details

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.