Tf halloween gift spawn location: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "tf_halloween_gift_spawn_location is a entity that handles where the gargoyle should spawn")
 
No edit summary
 
Line 1: Line 1:
tf_halloween_gift_spawn_location is a entity that handles where the gargoyle should spawn
{{LanguageBar}}
{{CD|CHalloweenGiftSpawnLocation|file1=entity_halloween_pickup.cpp}}
{{This is a|point entity|name=tf_halloween_gift_spawn_location|game=Team Fortress 2}} It handles where the gargoyle should spawn.
 
== Keyvalues ==
{{KV Targetname}}
 
{{stub}}

Latest revision as of 17:51, 26 October 2024

English (en)Translate (Translate)
C++ Class hierarchy
CHalloweenGiftSpawnLocation
CBaseEntity
C++ entity_halloween_pickup.cpp

tf_halloween_gift_spawn_location is a point entity available in Team Fortress 2 Team Fortress 2. It handles where the gargoyle should spawn.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Stub

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