Tf projectile throwable: 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:
{{this is a|e0|game=tf2|name=tf_projectile_throwable}}
{{Ent not in fgd}}
 
{{CD|CTFProjectile_Throwable|file1=tf_weapon_jar.cpp}}
{{code class|CTFProjectile_Throwable|tf_weapon_jar.cpp}}
{{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.
==Keyvalues==
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}
==Inputs==
{{I BaseAnimating}}
{{I BaseEntity|base=1}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity|base=1}}

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.