WoW:API Model GetFacing

Revision as of 18:09, 18 November 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetFacing -Documentation by DerGhulbus-

Returns the offset of the rotation angle.

angle = myModel:GetFacing();

Arguments
none

Returns
angle - number the rotation angle in radians

See also
Model:SetFacing()

Template:WoW API