WoW:API Model GetFacing: Difference between revisions
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: | ||
{{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()]] | ||
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