Tf mann vs machine stats: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created entity page. (Information from Jungle Inferno leak.))
 
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{tf2 point|tf_mann_vs_machine_stats}}
{{ent not in fgd|codeonly=1}}
{{CD|CMannVsMachineStats|file1=tf_mann_vs_machine_stats.cpp}}
{{this is a|logical entity|game=Team Fortress 2|name=tf_mann_vs_machine_stats}}
{{warning|Removing this entity may crash the game especially in {{tfwiki|Mann_vs._Machine|Mann vs. Machine.}}}}


{{code class|CMannVsMachineStats|tf_mann_vs_machine_stats.cpp}}
==Entity Description==
{{confirm|Does this entity still behave like this in upstream TF2?}}
{{confirm|Does this entity still behave like this in upstream TF2?}}
This entity handles all player and wave statistics and events for the [https://wiki.teamfortress.com/wiki/Mann_vs._Machine Mann Vs. Machines] gamemode. It stores credit information, upgrade costs, the current wave, and gives a summary of MvM information at the end of a mission.
This entity handles all player and wave statistics and events for the {{tfwiki|Mann vs. Machine}} gamemode. It stores credit information, upgrade costs, the current wave, and gives a summary of MvM information at the end of a mission.
 
==Keyvalues==
{{KV BaseEntity|base=1}}
 
==Inputs==
{{I BaseEntity|base=1}}
 
==Outputs==
{{O BaseEntity|base=1}}

Latest revision as of 17:31, 22 May 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because it can only be configured through code.
C++ Class hierarchy
CMannVsMachineStats
CBaseEntity
C++ tf_mann_vs_machine_stats.cpp

tf_mann_vs_machine_stats is a logical entity available in Team Fortress 2 Team Fortress 2.

Warning.pngWarning:Removing this entity may crash the game especially in Tfwiki favicon.png Mann vs. Machine.
Confirm:Does this entity still behave like this in upstream TF2?

This entity handles all player and wave statistics and events for the Tfwiki favicon.png Mann vs. Machine gamemode. It stores credit information, upgrade costs, the current wave, and gives a summary of MvM information at the end of a mission.