Tf logic boss battle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
m (→‎See also: Unicodifying, replaced: See Also → See also)
Line 5: Line 5:
{{code class|CBossBattleLogic|tf_boss_battle_logic.cpp}}
{{code class|CBossBattleLogic|tf_boss_battle_logic.cpp}}


== See Also ==
== See also ==
*{{ent|tf_logic_raid}}
*{{ent|tf_logic_raid}}
*{{ent|tf_logic_mann_vs_machine}}
*{{ent|tf_logic_mann_vs_machine}}

Revision as of 02:04, 9 January 2024

Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
Info-red.png
This entity is not in the game by default, but got left over in the FGD.
This feature is not available anymore.

tf_logic_boss_battle is an e0 available in Team Fortress 2 Team Fortress 2.

Warning.pngWarning:
  • The {{{game}}} parameter is inconsistent with the name defined by the {{tf2}} template. This can most likely be fixed by setting the value of the {{{game}}} parameter to Team Fortress 2.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.

This was used to detect a Boss Battle map, a sub-gamemode for Raid mode, which is an early iteration of Mann vs. Machine. A well-built FGD entry of this entity is also left behind undisabled, misleading that its in a state of ready-to-use, when the majority of Raid's functionality (including its FGD entries) are not present anymore.

C++ In code, it is represented by theCBossBattleLogicclass, defined in thetf_boss_battle_logic.cppfile.

See also