Tf team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy, cleanup, see also)
Line 1: Line 1:
{{lang|tf_team}}{{this is a|point entity|game=Team Fortress 2|name=tf_team}}
{{lang|tf_team}}
{{code class|CTFTeam|tf_team.cpp}}
{{Ent not in fgd|codeonly=1}}
 
{{CD|CTFTeam|file1=tf_team.cpp}}
==Description==
{{this is a|point entity|game=Team Fortress 2|name=tf_team}}
An entity that manages team information.{{clarify}}
An entity that manages team information.{{clarify}}


==Keyvalues==
== See Also ==
{{KV BaseEntity}}
* {{ent|cs_team_manager}}
 
==Inputs==
{{I BaseEntity}}
 
==Outputs==
{{O BaseEntity}}

Revision as of 03:46, 2 July 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 because it can only be configured through code.
C++ Class hierarchy
CTFTeam
CTeam
CBaseEntity
C++ tf_team.cpp

tf_team is a point entity available in Team Fortress 2 Team Fortress 2. An entity that manages team information.[Clarify]

See Also