Tf projectile pipe: Difference between revisions

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


==Description==
==Description==
{{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.  
{{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|base=1|noscroll=1}}
{{KV BaseAnimating|base=1}}
 
==Inputs==
{{I BaseEntity|base=1}}
{{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.