Tf halloween minigame: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{tf2 point|tf_logic_halloween_minigame}} ==Entity description== Halloween 2014 Minigame. ==Keyvalues== {{KV Targetname}} {{KV|Minigame Type|choices|Which minigame is this.}...")
 
m (→‎Inputs: Substituted IO templates)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{tf2 point|tf_logic_halloween_minigame}}
{{this is a|point entity|game=Team Fortress 2|name=tf_logic_halloween_minigame}}


==Entity description==
==Entity description==
Line 13: Line 13:
==Inputs==
==Inputs==
{{I Targetname}}
{{I Targetname}}
{{IO|KartWinAnimationRed|Play win animation for all players in kart on team RED.}}
{{I|KartWinAnimationRed|Play win animation for all players in kart on team RED.}}
{{IO|KartWinAnimationBlue|Play win animation for all players in kart on team BLUE.}}
{{I|KartWinAnimationBlue|Play win animation for all players in kart on team BLUE.}}
{{IO|KartLoseAnimationRed|Play lose animation for all players in kart on team RED.}}
{{I|KartLoseAnimationRed|Play lose animation for all players in kart on team RED.}}
{{IO|KartLoseAnimationBlue|Play lose animation for all players in kart on team BLUE.}}
{{I|KartLoseAnimationBlue|Play lose animation for all players in kart on team BLUE.}}
{{IO|EnableSpawnBoss|Spawn Halloween boss HHH at specified target entity.|param=string}}
{{I|EnableSpawnBoss|Spawn Halloween boss HHH at specified target entity.|param=string}}
{{IO|DisableSpawnBoss|Stop spawning Halloween boss.}}
{{I|DisableSpawnBoss|Stop spawning Halloween boss.}}
==Outputs==
==Outputs==
{{O Targetname}}
{{O Targetname}}

Latest revision as of 11:23, 21 April 2025

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

Entity description

Halloween 2014 Minigame.

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

Minigame Type ([todo internal name (i)]) <choices>
Which minigame is this.
  • 1 : Halloween Collection
  • 2 : Halloween Platforms
  • 3 : Halloween Soccer

Inputs

KartWinAnimationRed
Play win animation for all players in kart on team RED.
KartWinAnimationBlue
Play win animation for all players in kart on team BLUE.
KartLoseAnimationRed
Play lose animation for all players in kart on team RED.
KartLoseAnimationBlue
Play lose animation for all players in kart on team BLUE.
EnableSpawnBoss <stringRedirectInput/string>
Spawn Halloween boss HHH at specified target entity.
DisableSpawnBoss
Stop spawning Halloween boss.

Outputs