DustTrail: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
...
...


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


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


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseParticleEntity]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''DustTrail'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
*******'''CTFPlayer'''


== SendProps ==
== SendProps ==

Revision as of 01:40, 28 March 2022

Overview

...

Source location : /game/server/smoke_trail.h

Linked Entity : env_dusttrail

Class Structure

SendProps

DustTrail
Name Type Description
m_SpawnRate Float
m_Color Vector
m_ParticleLifetime Float
m_StopEmitTime Float
m_MinSpeed Float
m_MaxSpeed Float
m_MinDirectedSpeed Float
m_MaxDirectedSpeed Float
m_StartSize Float
m_EndSize Float
m_SpawnRadius Float
m_bEmit Boolean
m_Opacity Float

Entity DataMaps

DustTrail
Name Type Description
m_Color
m_EndSize
m_MaxDirectedSpeed
m_MaxSpeed
m_MinDirectedSpeed
m_MinSpeed
m_Opacity
m_ParticleLifetime
m_SpawnRadius
m_SpawnRate
m_StartSize
m_StopEmitTime
m_bEmit
m_nAttachment