m
Move page script moved page API TurnOrActionStop to WoW:API TurnOrActionStop without leaving a redirect
mNo edit summary |
m (Move page script moved page API TurnOrActionStop to WoW:API TurnOrActionStop without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}}{{protectedapi|1.10|}} | |||
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 [[API TurnOrActionStart|TurnOrActionStart]]. | ||
: IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do. | |||
__NOTOC__ | |||