CFireSmoke: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A fire particle effect used by [[CFire]]. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/fire_smoke.h /game/server/fire_smoke.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/fire_smoke.h /game/server/fire_smoke.h]''' |
Latest revision as of 17:56, 10 August 2022
Overview[edit | edit source]
A fire particle effect used by CFire.
Source location : /game/server/fire_smoke.h
Linked Entity : _firesmoke
Class Structure[edit | edit source]
- CBaseEntity
- CBaseFire
- CFireSmoke
- CBaseFire
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_flStartScale | Float | |
m_flScale | Float | |
m_flScaleTime | Float | |
m_nFlags | Integer | |
m_nFlameModelIndex | Integer | |
m_nFlameFromAboveModelIndex | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_flScale | ||
m_flScaleTime | ||
m_flStartScale | ||
m_nFlags | ||
m_nFlameFromAboveModelIndex | ||
m_nFlameModelIndex |