npc_heli_avoidsphere

From Valve Developer Community
Jump to navigation Jump to search
Class hierarchy
CAvoidSphere
CBaseEntity
npc_attackchopper.cpp

npc_heli_avoidsphere is a point entity available in Half-Life 2 series Half-Life 2 series.

Defines a spherical area which helicopter NPCs should avoid. npc_helicopter and npc_combinegunship avoid this sphere, but not npc_combinedropship.

In Hammer, this entity shares its icon with env_firesource.

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

Radius (radius) <float>
Radius of the sphere. (Default 128)

Flags

Avoid the sphere above and below : [65536]

See also