SmokeTrail: Difference between revisions
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 | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_smoketrail env_smoketrail]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseParticleEntity]]''' | ||
***''' | ***'''SmokeTrail''' | ||
== 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_smoketrail
Class Structure[edit | edit source]
- CBaseEntity
- CBaseParticleEntity
- SmokeTrail
- CBaseParticleEntity
SendProps[edit | edit source]
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_MinDirectedSpeed | Float | |
m_MaxDirectedSpeed | Float | |
m_StartSize | Float | |
m_EndSize | Float | |
m_SpawnRadius | Float | |
m_bEmit | Boolean | |
m_nAttachment | Integer | |
m_Opacity | Float |