Point intermission: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{LanguageBar}}
{{LanguageBar}}
{{CD|CTFIntermission|nolink=1|file1=entity_intermission.cpp}}
{{CD|CTFIntermission|nolink=1|file1=entity_intermission.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=point_intermission}}. It is used to end a match and trigger an intermission where all players' scores are shown, before changing to the next map.
{{this is a|point entity|game=Team Fortress 2|name=point_intermission}} It is used to end a match and trigger an intermission where all players' scores are shown, before changing to the next map.


== Keyvalues ==
== Keyvalues ==

Revision as of 17:55, 18 February 2025

English (en)Translate (Translate)
C++ Class hierarchy
CTFIntermission
CLogicalEntity
CServerOnlyEntity
CBaseEntity
C++ entity_intermission.cpp

point_intermission is a point entity available in Team Fortress 2 Team Fortress 2. It is used to end a match and trigger an intermission where all players' scores are shown, before changing to the next map.

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

Inputs

Activate
Activate. Causes the game to end and the intermission to begin.