CSmokeStack: 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/smokestack.h /game/server/smokestack.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_smokestack env_smokestack]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseParticleEntity]]''' | ||
***''' | ***'''CSmokeStack''' | ||
== SendProps == | == SendProps == |
Revision as of 01:41, 28 March 2022
Overview
...
Source location : /game/server/smokestack.h
Linked Entity : env_smokestack
Class Structure
- CBaseEntity
- CBaseParticleEntity
- CSmokeStack
- CBaseParticleEntity
SendProps
Name | Type | Description |
---|---|---|
m_SpreadSpeed | Float | |
m_Speed | Float | |
m_StartSize | Float | |
m_EndSize | Float | |
m_Rate | Float | |
m_JetLength | Float | |
m_bEmit | Boolean | |
m_flBaseSpread | Float | |
m_flRollSpeed | Float | |
m_DirLight.m_vPos | Vector | |
m_DirLight.m_vColor | Vector | |
m_DirLight.m_flIntensity | Float | |
m_AmbientLight.m_vPos | Vector | |
m_AmbientLight.m_vColor | Vector | |
m_AmbientLight.m_flIntensity | Float | |
m_vWind | Vector | |
m_flTwist | Float | |
m_iMaterialModel | Integer |
Entity DataMaps
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
InputToggle | ||||||||||||||
InputTurnOff | ||||||||||||||
InputTurnOn | ||||||||||||||
| ||||||||||||||
| ||||||||||||||
m_EndSize | ||||||||||||||
m_InitialState | ||||||||||||||
m_JetLength | ||||||||||||||
m_Rate | ||||||||||||||
m_Speed | ||||||||||||||
m_SpreadSpeed | ||||||||||||||
m_StartSize | ||||||||||||||
m_WindAngle | ||||||||||||||
m_WindSpeed | ||||||||||||||
m_bEmit | ||||||||||||||
m_flBaseSpread | ||||||||||||||
m_flRollSpeed | ||||||||||||||
m_flTwist | ||||||||||||||
m_iMaterialModel | ||||||||||||||
m_strMaterialModel | ||||||||||||||
m_vWind |