CTFGrenadePipebombProjectile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
. | Grenades with the entity class tf_projectile_pipe are instances of this class. Stickybombs with the entity class tf_projectile_pipe_remote are also instances of this class. | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_weapon_grenade_pipebomb.h /game/shared/tf/tf_weapon_grenade_pipebomb.h]''' | ||
'''Linked | '''Linked entities : | ||
* [https://developer.valvesoftware.com/wiki/tf_projectile_pipe] | |||
* [https://developer.valvesoftware.com/wiki/tf_projectile_pipe_remote''' | |||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***'''[[ | ***'''[[CBaseProjectile]]''' | ||
****'''[[ | ****'''[[CBaseGrenade]]''' | ||
*****'''[[ | *****'''[[CTFWeaponBaseGrenadeProj]]''' | ||
******''' | ******'''CTFGrenadePipebombProjectile''' | ||
== SendProps == | == SendProps == |
Revision as of 18:21, 6 March 2022
Overview
Grenades with the entity class tf_projectile_pipe are instances of this class. Stickybombs with the entity class tf_projectile_pipe_remote are also instances of this class.
Source location : /game/shared/tf/tf_weapon_grenade_pipebomb.h
Linked entities :
Class Structure
- CBaseEntity
- CBaseAnimating
- CBaseProjectile
- CBaseGrenade
- CTFWeaponBaseGrenadeProj
- CTFGrenadePipebombProjectile
- CTFWeaponBaseGrenadeProj
- CBaseGrenade
- CBaseProjectile
- CBaseAnimating
SendProps
Name | Type | Description |
---|---|---|
m_bTouched | Boolean | |
m_iType | Integer | |
m_hLauncher | Integer | |
m_bDefensiveBomb | Boolean |