CPhysicsCannister: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A physically simulated gas cannister which can expel gas and explode. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physics_cannister.h /game/server/physics_cannister.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physics_cannister.h /game/server/physics_cannister.h]''' | ||
Line 120: | Line 120: | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|- | |||
| colspan="3" style="padding: 0 auto; margin: 0 auto;" | | |||
{| class="wikitable" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="3" style="background-color: rgb(45, 62, 97)" | | |||
|} | |||
|} | |} | ||
|} | |} |
Latest revision as of 01:08, 17 September 2023
Overview[edit | edit source]
A physically simulated gas cannister which can expel gas and explode.
Source location : /game/server/physics_cannister.h
Linked Entity : physics_cannister
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CBaseAnimatingOverlay
- CBaseFlex
- CBaseCombatCharacter
- CPhysicsCannister
- CBaseCombatCharacter
- CBaseFlex
- CBaseAnimatingOverlay
- CBaseAnimating
Entity DataMaps[edit | edit source]
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CPhysicsCannisterBeginShutdownThink | ||||||||||||||||||||
CPhysicsCannisterExplodeTouch | ||||||||||||||||||||
InputActivate | ||||||||||||||||||||
InputDeactivate | ||||||||||||||||||||
InputExplode | ||||||||||||||||||||
InputWake | ||||||||||||||||||||
m_OnAwakened | ||||||||||||||||||||
m_activateTime | ||||||||||||||||||||
m_active | ||||||||||||||||||||
m_bFired | ||||||||||||||||||||
m_damage | ||||||||||||||||||||
m_damageRadius | ||||||||||||||||||||
m_flLastPhysicsInfluenceTime | ||||||||||||||||||||
m_gasSound | ||||||||||||||||||||
m_hLauncher | ||||||||||||||||||||
m_hPhysicsAttacker | ||||||||||||||||||||
m_onActivate | ||||||||||||||||||||
m_pController | ||||||||||||||||||||
m_pJet | ||||||||||||||||||||
m_thrustOrigin | ||||||||||||||||||||
m_thrustTime | ||||||||||||||||||||
|