Tf logic raid: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: Unicodifying, replaced: See Also → See also)
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 1: Line 1:
{{obsolete|entity=1}}
{{obsolete|entity=1}}
{{Ent_not_in_game}}
{{Ent_not_in_game}}
{{this is a|e0|game=tf2|name=tf_logic_raid}} This was used to detect a [https://wiki.teamfortress.com/wiki/Raid Raid] map, a gamemode for an early iteration of [https://wiki.teamfortress.com/wiki/Mann_vs._Machine 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.
{{this is a|point entity|game=Team Fortress 2|name=tf_logic_raid}} This was used to detect a [https://wiki.teamfortress.com/wiki/Raid Raid] map, a gamemode for an early iteration of [https://wiki.teamfortress.com/wiki/Mann_vs._Machine 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.


{{code class|CRaidLogic|tf_raid_logic.cpp}}
{{code class|CRaidLogic|tf_raid_logic.cpp}}

Revision as of 18:46, 17 May 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_raid is a point entity available in Team Fortress 2 Team Fortress 2. This was used to detect a Raid map, a gamemode for 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 theCRaidLogicclass, defined in thetf_raid_logic.cppfile.

See also