m
no edit summary
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<center>'''TurnOrActionStart'''</center> | |||
Begin "Right click" in the 3D game world. | |||
TurnOrActionStart() | |||
== Parameters == | |||
=== Arguments === | |||
:() | |||
=== Returns === | |||
:<i>nil</i> | |||
== Details == | |||
: This function is called when right clicking in the 3D world. | |||
[[ | : Calling this function clears the "mouseover" unit. | ||
: If you hook this function be sure to grab UnitName("mouseover") or target the "mouseover" unit because once the original function is called, the "mouseover" will not have a value. | |||
: When used alone, puts you into a "mouseturn" mode until [[API TurnOrActionStop|TurnOrActionStop]] is called. | |||
: IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do. | |||
---- | |||
__NOTOC__ | |||
{{Template:WoW API}} | |||
[[Category:API Action Functions|TurnOrActionStart]] | [[Category:API Action Functions|TurnOrActionStart]] | ||
[[Category:API | [[Category:API Camera Functions|TurnOrActionStart]] | ||