Difference between revisions of "A ZoomFactor"

From ECWolf Wiki
(Created page with "'''A_ZoomFactor''' (float ''zoom''[, int ''flags'']) Changes the field of view for the player relative to their normal fov (percentage). The following flags are defined: * ''...")
 
(No difference)

Latest revision as of 19:15, 7 November 2014

A_ZoomFactor (float zoom[, int flags])

Changes the field of view for the player relative to their normal fov (percentage). The following flags are defined:

  • ZOOM_INSTANT - Disables fov interpolation.
  • ZOOM_NOSCALETURNING - Disables rescaling of mouse sensitivity while zoomed.