Npc heli nobomb: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (updated template usage.)
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{lang|{{PAGENAME}}}}
{{LanguageBar}}
{{hl2 brush|npc_heli_nobomb}} It's a [[brush entity]] that suppresses bombing by {{ent|npc_helicopter}}.
{{CD|CBombSuppressor|file1=1}}
{{This is a|brush entity|name=npc_heli_nobomb|game=Half-Life 2 series}} It's a [[brush entity]] that suppresses bombing by {{ent|npc_helicopter}}.
{{confirm|{{AABBwarning}}}}


==Keyvalues==
== Keyvalues ==
{{KV BaseEntity|base=1|brush=1|noscroll=1}}
{{KV Targetname}}


==Inputs==
== See Also ==
{{I BaseEntity|base=1}}
* {{ent|npc_helicopter}}


==Outputs==
{{stub}}
{{O BaseEntity}}

Latest revision as of 10:27, 25 September 2024

English (en)Translate (Translate)
C++ Class hierarchy
CBombSuppressor
CBaseEntity
C++ npc_attackchopper.cpp

npc_heli_nobomb is a brush entity available in Half-Life 2 series Half-Life 2 series. It's a brush entity that suppresses bombing by npc_helicopter.

Confirm:
Warning.pngWarning:This entity applies its effect based on its AABB instead of its brush model. [ Edit ]

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

See Also

Stub

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