WoW:API CameraZoomIn: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 17: Line 17:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{WoW API}}
[[Category:API Camera Functions|CameraZoomIn]]

Revision as of 04:42, 4 January 2006

CameraZoomIn

Zooms the camera into the viewplane

CameraZoomIn(increment)

Parameters

Arguments

(float increment)

Returns

nil


Details

Zooms the camera into 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 out position, an increment of 5.0 will result in a first person camera angle.

Template:WoW API