WoW:API SetView: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Link repair)
No edit summary
Line 10: 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.


[[Category:API Functions|SetView]]
----
[[Category:API Camera Functions|SetView]]
{{WoW API}}

Revision as of 04:43, 4 January 2006

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.


Template:WoW API