This article relates to the game "Team Fortress 2". Click here for more information.

tf_weapon_particle_cannon

From Valve Developer Community
Jump to navigation Jump to search
English (en)Translate (Translate)

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Class hierarchy
CTFParticleCannon
CTFRocketLauncher
CTFWeaponBaseGun
CTFWeaponBase
CBaseCombatWeapon
CBaseAnimating
CBaseEntity
tf_weapon_particle_cannon.cpp

tf_weapon_particle_cannon is a point entity available in Team Fortress 2 Team Fortress 2.

Entity Description

The entity used for the Tfwiki favicon.png Soldier's primary weapon known as the Tfwiki favicon.png Cow Mangler 5000. If this entity is spawned using ent_create tf_weapon_particle_cannon, it will not appear in-game.

Outputs

Weapon:

OnNPCPickup
!activator = NPC
!caller = this entity
Fires when an NPC picks up this weapon.
OnPlayerUse
!activator = player
!caller = this entity
Fires when the player +uses this weapon.
OnPlayerPickup
!activator = player
!caller = this entity
Fires when a player picks up this weapon.
OnCacheInteraction
Fires when the player 'proves' they've found this weapon. Fires on: Player Touch, +USE pickup, Physcannon pickup, Physcannon punt.