CEntityParticleTrail: 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 ==
...
TBD


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


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


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseParticleEntity]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''CEntityParticleTrail'''
****'''[[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;"
|+CEntityParticleTrail  
|+CEntityParticleTrail  
! style="width: 50%; background-color: #303030; color: white" |Name  
! style="width: 50%; background-color: #303030; color: white" |Name  
Line 45: Line 41:
| style="width: 50%;" |'''m_hConstraintEntity'''
| style="width: 50%;" |'''m_hConstraintEntity'''
| style="width: 15%;" |Integer
| style="width: 15%;" |Integer
| style="width: 35%;" |
|}
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CEntityParticleTrail
! 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
|-
| colspan="3" style="padding: 0; margin: 0;" |
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
! colspan="3" |m_Info
|-
| style="width: 50%;" |'''m_flEndSize'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flLifetime'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flStartSize'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_strMaterialName'''
| style="width: 15%;" |
| style="width: 35%;" |
|}
|-
| style="width: 50%;" |'''m_hConstraintEntity'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iMaterialName'''
| style="width: 15%;" |
| style="width: 35%;" |
| style="width: 35%;" |
|}
|}

Latest revision as of 19:19, 10 August 2022

Overview[edit | edit source]

TBD

Source location : /game/server/EntityParticleTrail.h

Linked Entity : env_particle_trail

Class Structure[edit | edit source]

SendProps[edit | edit source]

CEntityParticleTrail
Name Type Description
m_iMaterialName Integer
m_Info
m_flLifetime Float
m_flStartSize Float
m_flEndSize Float
m_hConstraintEntity Integer

Entity DataMaps[edit | edit source]

CEntityParticleTrail
Name Type Description
m_Info
m_flEndSize
m_flLifetime
m_flStartSize
m_strMaterialName
m_hConstraintEntity
m_iMaterialName