Npc heli avoidbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(6 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{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}}. | |||
== | == Keyvalues == | ||
{{KV Targetname}} | |||
== | == Flags == | ||
{{ | {{fl|65536|Avoid the box above and below}} | ||
== | == See also == | ||
* | * {{ent|npc_heli_avoidsphere}} - Same function only as point entity. | ||
{{ | |||
Latest revision as of 17:13, 5 June 2025
![]() |
---|
CAvoidBox |
![]() |
npc_heli_avoidbox
is a brush entity available in 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
ortarget
).
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
- npc_heli_avoidsphere - Same function only as point entity.