CTFFlameManager: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
TBD | |||
'''Source location : | '''Source location : Absent from the 2017 TF2 source code.''' | ||
==[[Classes|Class Structure]]== | |||
==[[ | |||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CTFPointManager]]''' | ||
***''' | ***'''CTFFlameManager''' | ||
== SendProps == | == SendProps == | ||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
|+CTFFlameManager | |+CTFFlameManager | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name |
Latest revision as of 23:43, 10 August 2022
Overview[edit | edit source]
TBD
Source location : Absent from the 2017 TF2 source code.
Class Structure[edit | edit source]
- CBaseEntity
- CTFPointManager
- CTFFlameManager
- CTFPointManager
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_hWeapon | Integer | |
m_hAttacker | Integer | |
m_flSpreadDegree | Float | |
m_flRedirectedFlameSizeMult | Float | |
m_flFlameStartSizeMult | Float | |
m_flFlameEndSizeMult | Float | |
m_flFlameIgnorePlayerVelocity | Float | |
m_flFlameReflectionAdditionalLifeTime | Float | |
m_flFlameReflectionDamageReduction | Float | |
m_iMaxFlameReflectionCount | Integer | |
m_nShouldReflect | Integer | |
m_flFlameSpeed | Float | |
m_flFlameLifeTime | Float | |
m_flRandomLifeTimeOffset | Float | |
m_flFlameGravity | Float | |
m_flFlameDrag | Float | |
m_flFlameUp | Float | |
m_bIsFiring | Boolean |