Ai changehintgroup: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 6: Line 6:


==Keyvalues==
==Keyvalues==
* {{kv targetname}}
* {{KV Targetname}}
*'''SearchType'''
*'''SearchType'''
: <choices> Search Type - How to search for the entities to change.
: <choices> Search Type - How to search for the entities to change.

Revision as of 19:54, 19 January 2009

Template:Wrongtitle

Entity Description

File:Ai changehintgroup.jpg
An ai_changehintgroup entity.

Changes or adds a specific hint group to an NPC or hint node (see Hint nodes).

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

  • SearchType
<choices> Search Type - How to search for the entities to change.
Literal Value Description
0 Entity Name
1 Classname
2 Old Hint Group
  • Radius
<float> Search Radius - Radius to search. (0 for map extents.)
  • hintlimiting
<boolean> Hint Limit Nav - Limits NPC to using specified hint group for navigation requests, does not limit local navigation.
  • SearchName
<target_name_or_class> Name to search for
<string> New Hint Group

Inputs

  • Activate
Change the hint group

Outputs