This article relates to the game "Team Fortress 2". Click here for more information.

Tf player manager: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
(Added a warning that the removal of the entity crashes the clients connected to the server or the server depending on what is happening at the time)
Line 3: Line 3:
{{CD2|CTFPlayerResource|file1=tf_player_resource.cpp}}
{{CD2|CTFPlayerResource|file1=tf_player_resource.cpp}}
{{this is a|point entity|name=tf_player_manager|game=Team Fortress 2}} This entity is a custom wrapper for {{Ent|player_manager}}, which manages players in matches.
{{this is a|point entity|name=tf_player_manager|game=Team Fortress 2}} This entity is a custom wrapper for {{Ent|player_manager}}, which manages players in matches.
 
{{warning|Removing this entity crashes the game's clients connected to the server or server depending on what is happening at the time of the removal}}


{{stub}}
{{stub}}
{{underlinked}}
{{underlinked}}

Revision as of 13:14, 3 September 2024

English (en)Translate (Translate)

C++ class hierarchy
CTFPlayerResource defined in C++ tf_player_resource.cpp
CPlayerResource
CBaseEntity

tf_player_manager is a point entity available in Team Fortress 2 Team Fortress 2. This entity is a custom wrapper for player_manager, which manages players in matches.

Warning.pngWarning:Removing this entity crashes the game's clients connected to the server or server depending on what is happening at the time of the removal

Stub

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

Underlinked - Logo.png
This article needs more Wikipedia icon links to other articles to help Wikipedia icon integrate it into the encyclopedia. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
September 2025