WoW:API Model GetFacing: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API Model GetFacing to API Model GetFacing without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''GetFacing''' ''-Documentation by DerGhulbus-''</center>
{{widgetmethod}}


Returns the offset of the rotation angle.
Returns the offset of the rotation angle.
Line 19: Line 19:


: [[API Model SetFacing|Model:SetFacing()]]
: [[API Model SetFacing|Model:SetFacing()]]
----
{{Template:WoW API}}

Latest revision as of 04:46, 15 August 2023

Widget API ← Model < GetFacing

Returns the offset of the rotation angle.

angle = myModel:GetFacing();

Arguments
none

Returns
angle - number the rotation angle in radians

See also
Model:SetFacing()