Env zoom: Difference between revisions
Jump to navigation
Jump to search

Bug:Does not function in
. [todo tested in ?]
(updates. E's finished) |
No edit summary |
||
Line 1: | Line 1: | ||
{{lang|Env zoom}} | {{lang|Env zoom}} | ||
{{base point|env_zoom}} It can be used to control the player's [[FOV]]. Useful for scenes where the player's view is being controlled, or player-usable binoculars/telescopes, etc. | {{base point|env_zoom}} It can be used to control the player's [[FOV]]. Useful for scenes where the player's view is being controlled, or player-usable | ||
binoculars/telescopes, etc. | |||
{{bug|Does not function in {{tf2}}.}} | |||
{{code class|CEnvZoom|env_zoom.cpp}} | {{code class|CEnvZoom|env_zoom.cpp}} | ||
Revision as of 09:22, 3 October 2018


Template:Base point It can be used to control the player's FOV. Useful for scenes where the player's view is being controlled, or player-usable binoculars/telescopes, etc.


Flags
- 1: Allow Suit Zoom
Keyvalues
- Target FOV (FOV) ([todo internal name (i)]) <integer>
- FOV that this entity should set the player's FOV to when active.
- Seconds to reach target (Rate) ([todo internal name (i)]) <float>
- Amount of time it should take to zoom to the specified FOV.
Inputs
- Zoom
- Start controlling the player's FOV.
- UnZoom
- Stop controlling the player's FOV.