CEmbers: 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 ==
Spawns fire ember particles within it's brush volume.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/effects.cpp /game/server/effects.cpp]'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/env_embers env_embers]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''CEmbers'''
== SendProps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CEmbers
! 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_nDensity'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nLifetime'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nSpeed'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bEmit'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|}
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CEmbers
! 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%;" |'''CEmbersEmberUse'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bEmit'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nDensity'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nLifetime'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nSpeed'''
| style="width: 15%;" |
| style="width: 35%;" |
|}

Latest revision as of 13:55, 30 July 2022

Overview[edit | edit source]

Spawns fire ember particles within it's brush volume.

Source location : /game/server/effects.cpp

Linked Entity : env_embers

Class Structure[edit | edit source]

SendProps[edit | edit source]

CEmbers
Name Type Description
m_nDensity Integer
m_nLifetime Integer
m_nSpeed Integer
m_bEmit Integer

Entity DataMaps[edit | edit source]

CEmbers
Name Type Description
CEmbersEmberUse
m_bEmit
m_nDensity
m_nLifetime
m_nSpeed