CFuncSmokeVolume: 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/func_smokevolume.cpp /game/server/func_smokevolume.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/func_smokevolume func_smokevolume]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseParticleEntity]]''' | ||
***''' | ***'''CFuncSmokeVolume''' | ||
== SendProps == | == SendProps == |
Latest revision as of 19:20, 10 August 2022
Overview[edit | edit source]
TBD
Source location : /game/server/func_smokevolume.cpp
Linked Entity : func_smokevolume
Class Structure[edit | edit source]
- CBaseEntity
- CBaseParticleEntity
- CFuncSmokeVolume
- CBaseParticleEntity
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_Color1 | Integer | |
m_Color2 | Integer | |
m_MaterialName | String | |
m_ParticleDrawWidth | Float | |
m_ParticleSpacingDistance | Float | |
m_DensityRampSpeed | Float | |
m_RotationSpeed | Float | |
m_MovementSpeed | Float | |
m_Density | Float | |
m_spawnflags | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_Color1 | ||
m_Color2 | ||
m_Density | ||
m_DensityRampSpeed | ||
m_MovementSpeed | ||
m_ParticleDrawWidth | ||
m_ParticleSpacingDistance | ||
m_RotationSpeed | ||
m_String_tMaterialName |