CSmokeStack: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
== Overview ==
== Overview ==
...
TBD


'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/smokestack.h /game/server/smokestack.h]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/smokestack.h /game/server/smokestack.h]'''

Latest revision as of 19:20, 10 August 2022

Overview[edit | edit source]

TBD

Source location : /game/server/smokestack.h

Linked Entity : env_smokestack

Class Structure[edit | edit source]

SendProps[edit | edit source]

CSmokeStack
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[edit | edit source]

CSmokeStack
Name Type Description
InputToggle
InputTurnOff
InputTurnOn
m_AmbientLight
m_flIntensity
m_vColor
m_vPos
m_DirLight
m_flIntensity
m_vColor
m_vPos
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