CBaseFire: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A base class for the [[CPlasma]] and [[CFireSmoke]] entities | A base class for the [[CPlasma]] and [[CFireSmoke]] entities which are used by [[CEnvFire]] | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/fire_smoke.h /game/server/fire_smoke.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/fire_smoke.h /game/server/fire_smoke.h]''' |
Revision as of 14:00, 30 July 2022
Overview
A base class for the CPlasma and CFireSmoke entities which are used by CEnvFire
Source location : /game/server/fire_smoke.h
Class Structure
- CBaseEntity
- CBaseFire
SendProps
Name | Type | Description |
---|---|---|
m_flStartScale | Float | |
m_flScale | Float | |
m_flScaleTime | Float | |
m_nFlags | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
m_flScale | ||
m_flScaleTime | ||
m_flStartScale | ||
m_nFlags |