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 a warning about it causing crashes)
 
(One intermediate revision by one other user not shown)
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}}
 
{{warning|Removing this entity will likely crash the server.}}
==Keyvalues==
==See Also==
{{KV BaseEntity}}
* {{ent|cs_team_manager}}
 
==Inputs==
{{I BaseEntity}}
 
==Outputs==
{{O BaseEntity}}

Latest revision as of 15:12, 4 September 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]

Warning.pngWarning:Removing this entity will likely crash the server.

See Also