CEntityFlame: 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 == | ||
Ignites another entity into flames. | |||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/EntityFlame.h /game/server/EntityFlame.h]''' | ||
'''Linked | '''Linked Entities :''' | ||
*''' [https://developer.valvesoftware.com/wiki/entityflame entityflame]''' | |||
*''' [https://developer.valvesoftware.com/wiki/env_entity_igniter env_entity_igniter]''' | |||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CEntityFlame''' | ||
== SendProps == | == SendProps == | ||
Line 65: | Line 62: | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 01:47, 22 August 2022
Overview[edit | edit source]
Ignites another entity into flames.
Source location : /game/server/EntityFlame.h
Linked Entities :
Class Structure[edit | edit source]
- CBaseEntity
- CEntityFlame
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_hEntAttached | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CEntityFlameFlameThink | ||
InputIgnite | ||
m_bUseHitboxes | ||
m_flHitboxFireScale | ||
m_flLifetime | ||
m_flSize | ||
m_hEntAttached | ||
m_iNumHitboxFires |