Headless hatman: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(-added class hierarchy, don't think basenpc kio is supposed to be here)
 
(7 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[[File:HHH.png|thumb]]
{{LanguageBar}}__NOTOC__


{{ent not in fgd}}
{{ent not in fgd}}
 
{{CD|CHeadlessHatman|file1=1}}
{{Tf2 point|headless_hatman}} It creates the Horseless Headless Horsemann, a boss [[NextBot]]. He will not work without a [[NAV|.nav]] file and won't respawn after death.
[[File:HHH.png|thumb]]
{{this is a|model entity|name=headless_hatman|game=Team Fortress 2}} It creates the Horseless Headless Horsemann, a boss [[NextBot]]. He will not work without a [[NAV|.nav]] file and won't respawn after death.


== Keyvalues ==
== Keyvalues ==
{{KV Targetname}}
{{KV Targetname}}
{{KV Parentname}}
{{KV BaseNPC}}
== Flags ==
{{Fl BaseNPC}}
== Inputs ==
{{I Targetname}}
{{I Parentname}}
{{I BaseNPC}}
== Outputs ==
{{O Targetname}}


[[Category:NextBot]]
[[Category:NextBot Entities]]

Latest revision as of 15:28, 5 June 2025

English (en)Español (es)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CHeadlessHatman
CHalloweenBaseBoss
NextBotCombatCharacter
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ headless_hatman.cpp
HHH.png

headless_hatman is a model entity available in Team Fortress 2 Team Fortress 2. It creates the Horseless Headless Horsemann, a boss NextBot. He will not work without a .nav file and won't respawn after death.

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