Tf projectile throwable: 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|CTFProjectile_Throwable|file1=tf_weapon_jar.cpp}}
{{CD|CTFProjectile_Throwable|file1=tf_weapon_jar.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_throwable}}
{{this is a|model entity|game=Team Fortress 2|name=tf_projectile_throwable}}


==Entity Description==
==Entity Description==
This entity is the base entity for the scrapped [https://wiki.teamfortress.com/wiki/Throwable_weapons throwable weapons]. It does not do anything upon impact.
This entity is the base entity for the scrapped [https://wiki.teamfortress.com/wiki/Throwable_weapons throwable weapons]. It does not do anything upon impact.

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
CTFProjectile_Throwable
CTFProjectile_Jar
CTFGrenadePipebombProjectile
CTFWeaponBaseGrenadeProj
CBaseGrenade
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ tf_weapon_throwable.cpp

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

Entity Description

This entity is the base entity for the scrapped throwable weapons. It does not do anything upon impact.