WoW:API FlipCameraYaw: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Initial entry)
 
No edit summary
Line 17: Line 17:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{WoW API}}
[[Category:API Camera Functions|FlipCameraYaw]]

Revision as of 04:43, 4 January 2006

FlipCameraYaw

Rotates the camera about the Z-axis

FlipCameraYaw(angle)

Parameters

Arguments

(float angle)

Returns

nil


Details

Rotates the camera about the Z-axis by the angle amount specified in degrees.

Template:WoW API