WoW:API TurnOrActionStop: Difference between revisions
Jump to navigation
Jump to search
TurnOrActionStop
mNo edit summary |
m (Formatting, removed somewhat misleading examples) |
||
Line 1: | Line 1: | ||
<center>'''TurnOrActionStop'''</center> | |||
End "Right click" in the 3D game world. | |||
TurnOrActionStop() | |||
== Parameters == | |||
=== Arguments === | |||
:() | |||
=== Returns === | |||
:<i>nil</i> | |||
== 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__ | |||
{{Template:WoW API}} | |||
[[Category:API Action Functions|TurnOrActionStop]] | [[Category:API Action Functions|TurnOrActionStop]] | ||
[[Category:API | [[Category:API Camera Functions|TurnOrActionStop]] |
Revision as of 02:22, 20 September 2005
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.