A ZoomFactor

From ECWolf Wiki
Revision as of 19:15, 7 November 2014 by Blzut3 (talk | contribs) (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: * ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.