WoW:API SetView: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
Used to set a camera perspective.
Used to set a camera perspective.


Line 9: Line 10:


The values 2, 3, and 4 correspond to various other preset camera positions and angles.
The values 2, 3, and 4 correspond to various other preset camera positions and angles.
----
{{WoW API}}

Revision as of 17:28, 6 January 2007

WoW API < SetView

Used to set a camera perspective.

Example:

/script SetView(1);

This will set your camera to a first-person perspective, assuming this has not been modified by use of SaveView.


The values 2, 3, and 4 correspond to various other preset camera positions and angles.