CParticlePerformanceMonitor: Difference between revisions
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 | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_particle_performance_monitor env_particle_performance_monitor]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CPointEntity]]''' | ||
***''' | ***'''CParticlePerformanceMonitor''' | ||
== 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]
- 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 |