RocketTrail: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision 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/smoke_trail.h /game/server/smoke_trail.h]'''


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


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


== SendProps ==
== SendProps ==

Latest revision as of 19:22, 10 August 2022

Overview[edit | edit source]

TBD

Source location : /game/server/smoke_trail.h

Linked Entity : env_rockettrail

Class Structure[edit | edit source]

SendProps[edit | edit source]

RocketTrail
Name Type Description
m_SpawnRate Float
m_StartColor Vector
m_EndColor Vector
m_ParticleLifetime Float
m_StopEmitTime Float
m_MinSpeed Float
m_MaxSpeed Float
m_StartSize Float
m_EndSize Float
m_SpawnRadius Float
m_bEmit Boolean
m_nAttachment Integer
m_Opacity Float
m_bDamaged Boolean
m_flFlareScale Float

Entity DataMaps[edit | edit source]

RocketTrail
Name Type Description
m_EndColor
m_EndSize
m_MaxSpeed
m_MinSpeed
m_Opacity
m_ParticleLifetime
m_SpawnRadius
m_SpawnRate
m_StartColor
m_StartSize
m_StopEmitTime
m_bDamaged
m_bEmit
m_flFlareScale
m_nAttachment