CParticlePerformanceMonitor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Measures particle performance. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/sprite_perfmonitor.cpp /game/server/sprite_perfmonitor.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/sprite_perfmonitor.cpp /game/server/sprite_perfmonitor.cpp]''' |
Latest revision as of 15:27, 9 March 2023
Overview[edit | edit source]
Measures particle performance.
Source location : /game/server/sprite_perfmonitor.cpp
Linked Entity : env_particle_performance_monitor
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CParticlePerformanceMonitor
- CPointEntity
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_bDisplayPerf | Boolean | |
m_bMeasurePerf | Boolean |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputStartMeasuring | ||
InputStopMeasuring | ||
InputTurnOffDisplay | ||
InputTurnOnDisplay | ||
m_bDisplayPerf | ||
m_bMeasurePerf |