Tf projectile pipe: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Updated info.)
m (Classifying as model entity)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{lang|tf_projectile_pipe}}
{{Ent not in fgd}}
{{tf2 point|tf_projectile_pipe}}
{{CD|CTFGrenadePipebombProjectile|file1=tf_weapon_grenade_pipebomb.cpp}}
 
{{lang|Tf projectile pipe}}{{this is a|model entity|game=Team Fortress 2|name=tf_projectile_pipe}}
{{code class|CTFGrenadePipebombProjectile|game/shared/tf/tf_weapon_grenade_pipebomb.cpp}}


==Description==
==Description==
{{ent|tf_projectile_pipe}} is a projectile fired by [[tf_weapon_grenadelauncher|Grenade Launchers]]. It is a physics object; and explodes either on a timer; or when it hits an enemy player or building.  
{{ent|tf_projectile_pipe}} is the projectile fired by [[tf_weapon_grenadelauncher|grenade launchers]]. It is a physics object and explodes either on a timer or when it hits an enemy player or building.
 
==Keyvalues==
{{KV BaseEntity}}
{{KV BaseAnimating}}
 
==Inputs==
{{I BaseEntity}}
{{I BaseAnimating}}
 
==Outputs==
{{O BaseEntity}}
{{O BaseAnimating}}

Latest revision as of 04:35, 19 May 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CTFGrenadePipebombProjectile
CTFWeaponBaseGrenadeProj
CBaseGrenade
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ tf_weapon_grenade_pipebomb.cpp
English (en)Translate (Translate)

tf_projectile_pipe is a model entity available in Team Fortress 2 Team Fortress 2.

Description

tf_projectile_pipe is the projectile fired by grenade launchers. It is a physics object and explodes either on a timer or when it hits an enemy player or building.