CFuncSmokeVolume: 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/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 == | ||
Revision as of 04:53, 24 March 2022
Overview
...
Source location : /game/server/func_smokevolume.cpp
Linked Entity : func_smokevolume
Class Structure
- CBaseEntity
- CBaseParticleEntity
- CFuncSmokeVolume
- CBaseParticleEntity
SendProps
| 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
| Name | Type | Description |
|---|---|---|
| m_Color1 | ||
| m_Color2 | ||
| m_Density | ||
| m_DensityRampSpeed | ||
| m_MovementSpeed | ||
| m_ParticleDrawWidth | ||
| m_ParticleSpacingDistance | ||
| m_RotationSpeed | ||
| m_String_tMaterialName |