Tf logic bonusround: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(badly moved multipage)
(-added class hierarchy, cleanup)
Line 1: Line 1:
{{LanguageBar}}
{{LanguageBar}}
{{this is a|point entity|name=tf_logic_bonusround|game=Team Fortress 2|icon=1}}
{{this is a|point entity|name=tf_logic_bonusround|game=Team Fortress 2|icon=1}}
{{code class|CBonusRoundLogic|game/shared/tf/tf_gamerules.cpp}}
{{CD|CBonusRoundLogic|file1=game/shared/tf/tf_gamerules.cpp}}


==Description==
==Description==
{{ent|tf_logic_bonusround}} is an entity that manages logic of bonus rounds.
{{ent|tf_logic_bonusround}} is an entity that manages logic of bonus rounds.
==Keyvalues==
{{KV BaseEntity}}
==Inputs==
{{I BaseEntity}}
==Outputs==
{{O BaseEntity}}

Revision as of 06:50, 14 July 2024

English (en)Translate (Translate)

Team Fortress 2 tf_logic_bonusround is a point entity available in Team Fortress 2 Team Fortress 2.

C++ Class hierarchy
CBonusRoundLogic
CBaseEntity
C++ tf_gamerules.cpp

Description

tf_logic_bonusround is an entity that manages logic of bonus rounds.