Tf weaponbase grenade proj: 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:
{{stub}}
{{stub}}
{{this is a|e0|game=tf2|name=tf_weaponbase_grenade_proj}} It is the entity used for the grenade projectiles from the [https://wiki.teamfortress.com/wiki/Weapons#demomanprimary grenade launcher weapons].
{{CD|CTFWeaponBaseGrenadeProj|file1=tf_weaponbase_grenadeproj.cpp}}
 
{{this is a|model entity|game=Team Fortress 2|name=tf_weaponbase_grenade_proj}} It is the entity used for the grenade projectiles from the [https://wiki.teamfortress.com/wiki/Weapons#demomanprimary grenade launcher weapons].
{{code class|CTFWeaponBaseGrenadeProj|tf_weaponbase_grenadeproj.cpp}}
__TOC__
==Keyvalues==
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}
 
==Inputs==
{{I WeaponSpawn}}
 
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity}}

Latest revision as of 04:35, 19 May 2025

Stub

This article or section is a stub. You can help by expanding it.

C++ Class hierarchy
CTFWeaponBaseGrenadeProj
CBaseGrenade
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ tf_weaponbase_grenadeproj.cpp

tf_weaponbase_grenade_proj is a model entity available in Team Fortress 2 Team Fortress 2. It is the entity used for the grenade projectiles from the grenade launcher weapons.