Tf projectile throwable: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy, cleanup)
Line 1: Line 1:
{{Ent not in fgd}}
{{CD|CTFProjectile_Throwable|file1=tf_weapon_jar.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_throwable}}
{{this is a|point entity|game=Team Fortress 2|name=tf_projectile_throwable}}
{{code class|CTFProjectile_Throwable|tf_weapon_jar.cpp}}


==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}}

Revision as of 13:04, 2 July 2024

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 point 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.