Npc heli avoidbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (removed {{DISPLAYTITLE}}, covered by the hl2 point template)
No edit summary
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{hl2 brush|npc_heli_avoidbox}}
{{CD|CAvoidBox|file1=1}}
{{stub}}
{{this is a|brush entity|name=npc_heli_avoidbox|game=Half-Life 2 series}} Defines a brush-based area which helicopter NPCs should avoid. {{ent|npc_helicopter}} and {{ent|npc_combinegunship}} avoid this area, but ''not'' {{ent|npc_combinedropship}}.


==Entity description==
== Keyvalues ==
The [[npc_helicopter]] avoid this [[brush entity]]-based box.
{{KV Targetname}}


==Keyvalues==
== Flags ==
{{Not in FGD}} {{KV Targetname}}
{{fl|65536|Avoid the box above and below}}
{{KV Origin}}
{{KV Angles}}
{{KV Parentname}}


==Flags==
== See also ==
* 65536 : Avoid the box above and below
* {{ent|npc_heli_avoidsphere}} - Same function only as point entity.
 
==Inputs==
{{I Parentname}}
 
==See also==
* [[npc_heli_avoidsphere]] - Same function only as point entity.
 
[[Category:Brush Entities]]

Latest revision as of 17:13, 5 June 2025

C++ Class hierarchy
CAvoidBox
CBaseEntity
C++ npc_attackchopper.cpp

Stub

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

npc_heli_avoidbox is a brush entity available in Half-Life 2 series Half-Life 2 series. Defines a brush-based area which helicopter NPCs should avoid. npc_helicopter and npc_combinegunship avoid this area, but not npc_combinedropship.

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

Flags

Avoid the box above and below : [65536]

See also