Tf weaponbase merasmus grenade: 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.)
m (Classifying as model entity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{this is a|point entity|game=Team Fortress 2|name=tf_weaponbase_merasmus_grenade}} It is used for the pumpkin bombs spawned by the [https://wiki.teamfortress.com/wiki/Merasmus Merasmus] boss entity.
{{CD|CTFWeaponBaseMerasmusGrenade|file1=tf_weaponbase_merasmus_grenade.cpp}}
 
{{this is a|model entity|game=Team Fortress 2|name=tf_weaponbase_merasmus_grenade}} It is used for the pumpkin bombs spawned by the [https://wiki.teamfortress.com/wiki/Merasmus Merasmus] boss entity.
{{code class|CTFWeaponBaseMerasmusGrenade|tf_weaponbase_merasmus_grenade.cpp}}
__TOC__
==Keyvalues==
{{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
CTFWeaponBaseMerasmusGrenade
CTFWeaponBaseGrenadeProj
CBaseGrenade
CBaseProjectile
CBaseAnimating
CBaseEntity
C++ tf_weaponbase_merasmus_grenade.cpp

tf_weaponbase_merasmus_grenade is a model entity available in Team Fortress 2 Team Fortress 2. It is used for the pumpkin bombs spawned by the Merasmus boss entity.