This article's documentation is for anything that uses the Source engine. Click here for more information.

Point commentary viewpoint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "thumb|550px|right|Example in [[ep2_outland_05.]] File:point_commentary_viewpoint_spawned.jpg|thumb|550px|right|{{ent|point_commentary...")
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:point_commentary_viewpoint.jpg|thumb|550px|right|Example in [[ep2_outland_05]].]]
{{LanguageBar}}
[[File:point_commentary_viewpoint_spawned.jpg|thumb|550px|right|{{ent|point_commentary_viewpoint}} created by {{command|ent_create point_commentary_viewpoint}} console command.]]
{{Ent not in fgd|nolink=1}}
{{CD|CCommentaryViewPosition|file1=CommentarySystem.cpp}}
{{CD|CCommentaryViewPosition|file1=CommentarySystem.cpp}}
{{this is a|point entity|name=point_commentary_viewpoint}} It's an entity automatically created by {{ent|point_commentary_node}} as part of the view-shifting feature. It appears while {{ent|point_commentary_node}} is scrolling and controls player's view. It also can display sprite with <code>sprites/redglow1.vmt</code> texture, if created by {{command|ent_create point_commentary_viewpoint}} console command.
{{this is a|point entity|name=point_commentary_viewpoint}} It's an entity automatically created by {{ent|point_commentary_node}} as part of the view-shifting feature. It appears while {{ent|point_commentary_node}} is scrolling and controls player's view.


==Keyvalues==
{{KV BaseEntity}}
{{KV RenderFields}}


==Inputs==
<gallery mode="packed" widths=300px heights=200px>
{{I Sprite}}
point_commentary_viewpoint.jpg|thumb|550px|right|Example in [[ep2_outland_05]].
{{I RenderFields}}
point_commentary_viewpoint_spawned.jpg|thumb|550px|right|Shows its default model <code>sprites/redglow1.vmt</code> if created by {{command|ent_create|point_commentary_viewpoint}} console command.
{{I BaseEntity}}
</gallery>
 
==Outputs==
{{O BaseEntity}}


==See also==
==See also==
* [[Commentary System]]
* [[Commentary System]]
* [[Commentary_Editor]]
* [[Commentary_Editor]]

Latest revision as of 05:32, 19 August 2024

English (en)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CCommentaryViewPosition
CSprite
CBaseEntity
C++ CommentarySystem.cpp

point_commentary_viewpoint is a point entity available in all Source Source games. It's an entity automatically created by point_commentary_node as part of the view-shifting feature. It appears while point_commentary_node is scrolling and controls player's view.


See also