WoW:API FlipCameraYaw: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(rv)
Line 1: Line 1:
compliments of Mexi-fry
<center>'''FlipCameraYaw'''</center>


BURN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Rotates the camera about the Z-axis
 
FlipCameraYaw(angle)
== Parameters ==
=== Arguments ===
:(float angle)
 
=== Returns ===
:<i>nil</i>
 
 
== Details ==
: Rotates the camera about the Z-axis by the angle amount specified in degrees.
 
----
__NOTOC__
{{WoW API}}

Revision as of 16:43, 14 June 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