WoW:API SetView: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Link repair) |
||
| Line 1: | Line 1: | ||
Used to set a camera perspective. | |||
Example: | Example: | ||
| Line 5: | Line 5: | ||
/script SetView(1); | /script SetView(1); | ||
This will set your camera to a first-person perspective. | This will set your camera to a first-person perspective, assuming this has not been modified by use of [[API SaveView |SaveView]]. | ||
The values 2,3, and 4 | The values 2, 3, and 4 correspond to various other preset camera positions and angles. | ||
[[Category:API Functions|SetView]] | [[Category:API Functions|SetView]] | ||
[[Category:API Camera Functions|SetView]] | [[Category:API Camera Functions|SetView]] | ||
Revision as of 19:17, 15 December 2005
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.