WoW API: MoveViewUpStart

From AddOn Studio
Revision as of 01:32, 18 July 2009 by WoWWiki>DrDoom (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < MoveViewUpStart

Begins rotating the camera Up around your Character.

MoveViewUpStart(speed)


Arguments

speed
Number - Speed at which to begin rotating.


Returns

Nothing


Details

  • If speed is omitted, it is assumed to be 1.0. It does not seem to correlate to a particular unit of time. Higher numbers are faster, negative numbers go the opposite way, a speed of 0.0 will stop it. This is not canceled by moving your character.
  • One thing to note, applying a negative speed is not the same as using the other function to go the opposite way, both vectors are applied simultaneously. If you rotate both ways equally, it will appear to stop, but the rotations are still being applied, though canceling each other.