tf_halloween_pickup

From Valve Developer Community
Revision as of 19:46, 17 May 2024 by PeeBot (talk | contribs) (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Jump to navigation Jump to search

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

C++ In code, it is represented by theCHalloweenPickupclass, defined in theentity_halloween_pickup.cppfile.

Entity Description

A Halloween-styled Health kit used in Halloween Events.

Keyvalues

pickup_sound ([todo internal name (i)]) <string>
Sound played when this entity is touched.
pickup_particle ([todo internal name (i)]) <string>
Particle displayed when touched.


Inputs

Outputs

OnRedPickup
Fired when a RED player touches this entity.
OnBluePickup
Fired when a BLU player touches this entity.