This article's documentation is for anything that uses the Source engine. Click here for more information.

Team manager: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}} {{ent not in fgd|nolink=1|because=it's automatically-created}} {{CD|CTeam|file1=team.cpp.cpp}} {{this is a|point entity|name=team_manager}} Team management class. Contains all the details for a specific team.")
 
(its position in the world irrelevant so it's logical entity)
 
Line 2: Line 2:
{{ent not in fgd|nolink=1|because=it's automatically-created}}
{{ent not in fgd|nolink=1|because=it's automatically-created}}
{{CD|CTeam|file1=team.cpp.cpp}}
{{CD|CTeam|file1=team.cpp.cpp}}
{{this is a|point entity|name=team_manager}} Team management class. Contains all the details for a specific team.
{{this is a|logical entity|name=team_manager}} Team management class. Contains all the details for a specific team.

Latest revision as of 08:12, 29 April 2025

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it's automatically-created.
C++ Class hierarchy
CTeam
CBaseEntity
C++ team.cpp

team_manager is a logical entity available in all Source Source games. Team management class. Contains all the details for a specific team.