Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Rotates a texture based on the direction the player is currently facing.

UpdateWorldMapArrow(arrowFrame)

Arguments

arrowFrame
Widget - any Texture widget, although Interface\Minimap\MinimapArrow is the intended texture.

Details

  • This function applies a Texture:SetTexCoord transformation rotating the texture.
  • The transformation ensures that the visible portion of the original texture remains of a consistent size. This size is slightly smaller than the original (unrotated) texture.

Patch changes

Mists of Pandaria Patch 5.2.0 (2013-03-05): Added.

Advertisement