WoW:API TurnOrActionStop: Difference between revisions
Jump to navigation
Jump to search
TurnOrActionStop
m (Formatting, removed somewhat misleading examples) |
No edit summary |
||
Line 22: | Line 22: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 18:46, 3 January 2006
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.