Tf team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{lang|tf_team}} {{tf2 point|tf_team}} {{code class|CTFTeam|tf_team.cpp}} ==Description== An entity that manages team information.{{clarify}} ==Keyvalues== {{KV BaseEntity}}...")
 
(Added a warning about it causing crashes)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{lang|tf_team}}
{{lang|tf_team}}
{{tf2 point|tf_team}}
{{Ent not in fgd|codeonly=1}}
{{code class|CTFTeam|tf_team.cpp}}
{{CD|CTFTeam|file1=tf_team.cpp}}
 
{{this is a|point entity|game=Team Fortress 2|name=tf_team}}
==Description==
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