Tf player manager: Difference between revisions
Jump to navigation
Jump to search

mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{TF2 topicon}} | ||
{{Lang}} | |||
{{tf2 entity|tf_player_manager|type=e0}} | |||
{{ | {{Code class|CTFPlayerResource|tf_player_resource.cpp}} | ||
==Entity Description== | == Entity Description == | ||
This entity is a custom wrapper for {{ | 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


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