WoW:API CameraZoomOut: Difference between revisions
Jump to navigation
Jump to search
CameraZoomOut
No edit summary |
|||
Line 15: | Line 15: | ||
: Zooms the camera out of the viewplane by <i>increment</i>. The increment must be between 0.0 and 5.0 with 0.0 indicating no zoom relative to current view and 5.0 being maximum zoom. From a completely zoomed in position (first person), an increment of 5.0 will result in a completely zoomed out angle. | : Zooms the camera out of the viewplane by <i>increment</i>. The increment must be between 0.0 and 5.0 with 0.0 indicating no zoom relative to current view and 5.0 being maximum zoom. From a completely zoomed in position (first person), an increment of 5.0 will result in a completely zoomed out angle. | ||
(Seems you can zoom out to 50 now - this may have been added in a later patch) | |||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
{{WoW API}} | {{WoW API}} |
Revision as of 04:32, 29 January 2006
Zooms the camera out of the viewplane
CameraZoomOut(increment)
Parameters
Arguments
- (float increment)
Returns
- nil
Details
- Zooms the camera out of the viewplane by increment. The increment must be between 0.0 and 5.0 with 0.0 indicating no zoom relative to current view and 5.0 being maximum zoom. From a completely zoomed in position (first person), an increment of 5.0 will result in a completely zoomed out angle.
(Seems you can zoom out to 50 now - this may have been added in a later patch)