Tf mann vs machine stats: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
No edit summary
Line 1: Line 1:
{{ent not in fgd|codeonly=1}}
{{ent not in fgd|codeonly=1}}
{{CD|CMannVsMachineStats|file1=tf_mann_vs_machine_stats.cpp}}
{{CD|CMannVsMachineStats|file1=tf_mann_vs_machine_stats.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_mann_vs_machine_stats}}
{{this is a|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.}}}}
{{warning|Removing this entity may crash the game especially in {{tfwiki|Mann_vs._Machine|Mann vs. Machine.}}}}


{{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 {{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.
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.

Revision as of 02:14, 26 September 2024

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 an 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.