CEmbers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Spawns fire ember particles within it's brush volume. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/effects.cpp /game/server/effects.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/effects.cpp /game/server/effects.cpp]''' |
Latest revision as of 13:55, 30 July 2022
Overview[edit | edit source]
Spawns fire ember particles within it's brush volume.
Source location : /game/server/effects.cpp
Linked Entity : env_embers
Class Structure[edit | edit source]
- CBaseEntity
- CEmbers
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_nDensity | Integer | |
m_nLifetime | Integer | |
m_nSpeed | Integer | |
m_bEmit | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CEmbersEmberUse | ||
m_bEmit | ||
m_nDensity | ||
m_nLifetime | ||
m_nSpeed |