Tf logic mann vs machine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(This entity also handles bomb alarm sound logic. Also cleaned up the page.)
(-added class hierarchy, cleanup)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{tf2 point|tf_logic_mann_vs_machine}}
{{LanguageBar}}
{{CD|CMannVsMachineLogic|nolink=1|file1=tf_mann_vs_machine_logic.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_logic_mann_vs_machine}}


{{code class|CMannVsMachineLogic|tf_mann_vs_machine_logic.cpp}}
==Entity Description==
This entity marks a map as being for the [https://wiki.teamfortress.com/wiki/Mann_vs._Machine Mann vs. Machine] gamemode and handles the bomb alarm sound logic.  
This entity marks a map as being for the [https://wiki.teamfortress.com/wiki/Mann_vs._Machine Mann vs. Machine] gamemode and handles the bomb alarm sound logic.  


==Keyvalues==
== Keyvalues ==
{{KV BaseEntity|base=1}}
{{KV Targetname}}
 
==Inputs==
{{I BaseEntity|base=1}}
 
==Outputs==
{{O BaseEntity}}

Latest revision as of 15:24, 25 September 2024

English (en)Translate (Translate)
C++ Class hierarchy
CMannVsMachineLogic
CPointEntity
CBaseEntity
C++ tf_mann_vs_machine_logic.cpp

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

This entity marks a map as being for the Mann vs. Machine gamemode and handles the bomb alarm sound logic.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities