CTFGenericBomb: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/tf_generic_bomb.h /game/shared/tf/tf_generic_bomb.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/tf_generic_bomb tf_generic_bomb]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***'''[[ | ***'''[[CTFGenericBombShim]]''' | ||
****''' | ****'''CTFGenericBomb''' | ||
== Entity DataMaps == | == Entity DataMaps == |
Latest revision as of 01:38, 28 March 2022
Overview[edit | edit source]
...
Source location : /game/shared/tf/tf_generic_bomb.h
Linked Entity : tf_generic_bomb
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CTFGenericBombShim
- CTFGenericBomb
- CTFGenericBombShim
- CBaseAnimating
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
Detonate | ||
m_OnDetonate | ||
m_bPassActivator | ||
m_eWhoToDamage | ||
m_flDamage | ||
m_flRadius | ||
m_nHealth | ||
m_strExplodeParticleName | ||
m_strExplodeSoundName |