RocketTrail: Difference between revisions
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 | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_rockettrail env_rockettrail]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseParticleEntity]]''' | ||
***''' | ***'''RocketTrail''' | ||
== SendProps == | == SendProps == |
Revision as of 01:41, 28 March 2022
Overview
...
Source location : /game/server/smoke_trail.h
Linked Entity : env_rockettrail
Class Structure
- CBaseEntity
- CBaseParticleEntity
- RocketTrail
- CBaseParticleEntity
SendProps
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
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 |