Tf team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup, see also)
(Added a warning about it causing crashes)
 
Line 4: Line 4:
{{this is a|point entity|game=Team Fortress 2|name=tf_team}}
{{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.}}
== See Also ==
==See Also==
* {{ent|cs_team_manager}}
* {{ent|cs_team_manager}}

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