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)
 
(14 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{wrongtitle|title=headless_hatman}}
{{LanguageBar}}__NOTOC__
{{Template:Tf2 point}}


{{ent not in fgd}}
{{CD|CHeadlessHatman|file1=1}}
[[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.


==Entity Description==
== Keyvalues ==
This Entity creates the Horseless Headless Hatman.
{{KV Targetname}}
He will not work without a [[Nodegraph|.nav]] file.
He will not respawn after death though.
{{note| This Entity is not added to the official FGD.}}
==Keyvalues==
* {{KV Targetname}}


==Outputs==
[[Category:NextBot Entities]]
* {{O Targetname}}
* '''OnFail'''
* '''OnPass'''
 
 
[[Category:Team Fortress 2 Entities]]
[[Category:AI]]
[[Category:NPCs]]

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