WoW:API FlipCameraYaw: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API FlipCameraYaw to API FlipCameraYaw without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
compliments of Mexi-fry
{{wowapi}}
<center>'''FlipCameraYaw'''</center>


BURN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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.
 
----
__NOTOC__

Latest revision as of 04:45, 15 August 2023

WoW API < FlipCameraYaw

FlipCameraYaw

Rotates the camera about the Z-axis

FlipCameraYaw(angle)

Parameters[edit]

Arguments[edit]

(float angle)

Returns[edit]

nil


Details[edit]

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