WoW API: GetPlayerFacing

Revision as of 19:35, 4 May 2010 by WoWWiki>Dador (Created page with '{{wowapi}} __NOTOC__ Returns the player's orientation (heading). Indicates the direction the player model is (normally) facing and in which the player will move if he begins walk…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetPlayerFacing

Returns the player's orientation (heading). Indicates the direction the player model is (normally) facing and in which the player will move if he begins walking forward, not the camera orientation.

Signature

facing = GetPlayerFacing()

Arguments

none

Returns

facing - Direction the player is facing (in radians, 0 = north, values increasing counterclockwise) (number)