Info view parameters: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (removed {{DISPLAYTITLE}}, covered by the base point multi template)
(-more concise page)
Line 1: Line 1:
{{base point multi|info_view_parameters|game1=Counter-Strike: Source|game2=Counter-Strike: Global Offensive}}
{{base point multi|info_view_parameters|game1=Counter-Strike: Source|game2=Counter-Strike: Global Offensive}} This entity chooses the visual parameters. You can choose between old and new eye levels and [[Field_of_View|Field of View]] settings.
 
==Entity description==
This entity chooses the visual parameters. You can choose between old and new eye levels and [[Field_of_View|Field of View]] settings.


==Keyvalues==
==Keyvalues==
* {{KV Targetname}}
* {{KV Targetname}}
{{KV|View mode|choices|Defines the view mode.}}
{{KV|View mode|intn=ViewMode|choices|Defines the view mode.}}
:{| class=standard-table
:{| class=standard-table
!| Value || Description
!| Value || Description
Line 14: Line 11:
| New || Eye level: 53.5, FOV: 90
| New || Eye level: 53.5, FOV: 90
|}
|}
==Inputs==
{{I Targetname}}
==Outputs==
{{O Targetname}}

Revision as of 15:43, 25 October 2022

Template:Base point multi This entity chooses the visual parameters. You can choose between old and new eye levels and Field of View settings.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

View mode (ViewMode) <choices>
Defines the view mode.
Value Description
Old Eye level: 64, FOV: 75
New Eye level: 53.5, FOV: 90