TurnOrActionStart

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Starts a "right click" in the 3D game world.

TurnOrActionStart()

Details

  • This function is called when right clicking in the 3D world.
  • Calling this function clears the "mouseover" unit.
  • When used alone, puts you into a "mouseturn" mode until TurnOrActionStop is called.
  • IMPORTANT: The normal restrictions regarding hardware event initiations still apply to anything this function might do.

Patch changes

Bc icon.gif Patch 2.0.1 (2006-12-05): Protected.