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
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Entity|tf_player_manager|type=e0|game=Team Fortress 2}}
{{TF2 topicon}}
{{Lang}}
{{tf2 entity|tf_player_manager|type=e0}}


{{code class|CTFPlayerResource|tf_player_resource.cpp}}
{{Code class|CTFPlayerResource|tf_player_resource.cpp}}


==Entity Description==
== Entity Description ==
This entity is a custom wrapper for {{ent|player_manager}}, which manages players in matches.
This entity is a custom wrapper for {{Ent|player_manager}}, which manages players in matches.


==Keyvalues==
== Keyvalues ==
{{KV BaseEntity|base=1}}
{{KV BaseEntity|base=1}}


==Inputs==
== Inputs ==
{{I BaseEntity|base=1}}
{{I BaseEntity|base=1}}


==Outputs==
== Outputs ==
{{O BaseEntity|base=1}}
{{O BaseEntity|base=1}}

Revision as of 07:40, 18 March 2023

English (en)Translate (Translate)

Template:Tf2 entity

C++ In code, it is represented by theCTFPlayerResourceclass, defined in thetf_player_resource.cppfile.

Entity Description

This entity is a custom wrapper for player_manager, which manages players in matches.

Keyvalues

Inputs

Outputs