WoW:API TurnOrActionStop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}, protected) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
{{protectedapi|1.10|}} | |||
End "Right click" in the 3D game world. | End "Right click" in the 3D game world. | ||
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__ | ||
Revision as of 21:18, 18 June 2006
This function is PROTECTED, and can only be called from Blizzard code.
|
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.