CParticlePerformanceMonitor: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
...
Measures particle performance.


'''Source location : ...'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/sprite_perfmonitor.cpp /game/server/sprite_perfmonitor.cpp]'''


'''Linked entity : ...'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/env_particle_performance_monitor env_particle_performance_monitor]'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CPointEntity]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''CParticlePerformanceMonitor'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
*******'''CTFPlayer'''


== SendProps ==
== SendProps ==
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;"
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CParticlePerformanceMonitor  
|+CParticlePerformanceMonitor  
! style="width: 50%; background-color: #303030; color: white" |Name  
! style="width: 50%; background-color: #303030; color: white" |Name  
Line 28: Line 24:
| style="width: 50%;" |'''m_bMeasurePerf'''
| style="width: 50%;" |'''m_bMeasurePerf'''
| style="width: 15%;" |Boolean
| style="width: 15%;" |Boolean
| style="width: 35%;" |
|}
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CParticlePerformanceMonitor
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
|-
| style="width: 50%;" |'''InputStartMeasuring'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputStopMeasuring'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputTurnOffDisplay'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputTurnOnDisplay'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bDisplayPerf'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bMeasurePerf'''
| style="width: 15%;" |
| style="width: 35%;" |
| style="width: 35%;" |
|}
|}

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]

SendProps[edit | edit source]

CParticlePerformanceMonitor
Name Type Description
m_bDisplayPerf Boolean
m_bMeasurePerf Boolean

Entity DataMaps[edit | edit source]

CParticlePerformanceMonitor
Name Type Description
InputStartMeasuring
InputStopMeasuring
InputTurnOffDisplay
InputTurnOnDisplay
m_bDisplayPerf
m_bMeasurePerf