npc_heli_avoidsphere
Jump to navigation
Jump to search
![]() |
---|
CAvoidSphere |
![]() |
npc_heli_avoidsphere
is a point entity available in 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
ortarget
).
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
- npc_heli_avoidbox - Same function, only brush based.