CSteamJet: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
TBD


'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/steamjet.h /game/server/steamjet.h]'''
'''Linked Entities :'''
*''' [https://developer.valvesoftware.com/wiki/env_steam env_steam]'''
*''' [https://developer.valvesoftware.com/wiki/env_steamjet env_steamjet]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseParticleEntity]]'''
***'''CSteamJet'''
== SendProps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CSteamJet
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
|-
| style="width: 50%;" |'''m_SpreadSpeed'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_Speed'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_StartSize'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_EndSize'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_Rate'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_JetLength'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bEmit'''
| style="width: 15%;" |Boolean
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bFaceLeft'''
| style="width: 15%;" |Boolean
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nType'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_spawnflags'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flRollSpeed'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|}

Latest revision as of 19:20, 10 August 2022

Overview[edit | edit source]

TBD

Source location : /game/server/steamjet.h

Linked Entities :

Class Structure[edit | edit source]

SendProps[edit | edit source]

CSteamJet
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_bFaceLeft Boolean
m_nType Integer
m_spawnflags Integer
m_flRollSpeed Float