CTFGrenadePipebombProjectile: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
Grenade and stickybomb projectiles are instances of this class.


'''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 entities :'''
* '''[https://developer.valvesoftware.com/wiki/tf_projectile_pipe tf_projectile_pipe]'''
* '''[https://developer.valvesoftware.com/wiki/tf_projectile_pipe_remote tf_projectile_pipe_remote]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseProjectile]]'''
****'''[[CBaseGrenade]]'''
*****'''[[CTFWeaponBaseGrenadeProj]]'''
******'''CTFGrenadePipebombProjectile'''
== SendProps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CTFGrenadePipebombProjectile
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
|-
| style="width: 50%;" |'''m_bTouched'''
| style="width: 15%;" |Boolean
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iType'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_hLauncher'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bDefensiveBomb'''
| style="width: 15%;" |Boolean
| style="width: 35%;" |
|}

Latest revision as of 18:27, 6 March 2022

Overview[edit | edit source]

Grenade and stickybomb projectiles are instances of this class.

Source location : /game/shared/tf/tf_weapon_grenade_pipebomb.h

Linked entities :

Class Structure[edit | edit source]

SendProps[edit | edit source]

CTFGrenadePipebombProjectile
Name Type Description
m_bTouched Boolean
m_iType Integer
m_hLauncher Integer
m_bDefensiveBomb Boolean