Tf projectile pipe: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
m (Classifying as model entity)
 
Line 1: Line 1:
{{Ent not in fgd}}
{{Ent not in fgd}}
{{CD|CTFGrenadePipebombProjectile|file1=tf_weapon_grenade_pipebomb.cpp}}
{{CD|CTFGrenadePipebombProjectile|file1=tf_weapon_grenade_pipebomb.cpp}}
{{lang|Tf projectile pipe}}{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_pipe}}
{{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.

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.