WoW:API SetView

From AddOn Studio
Revision as of 04:43, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search

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