ai_changehintgroup

From Source Entities
Jump to navigation Jump to search

Code classes:

ai_changehintgroup is a point entity present in all Source games. It changes or adds a specific hint group to an NPC or hint node.

Keyvalues[edit | edit source]

Name to search for (SearchName) <target_name_or_class>
A targetname, classname, or name of a hint group.
Search Type (SearchType) <choices>
How to search for the entities to change.
  • 0: Entity Name (targetname)
  • 1: Classname
  • 2: Old Hint Group
Search Radius (Radius) <float>
Radius to search (0 searches entire map). Visualized by the yellow circle/sphere.
New Hint Group (NewHintGroup) <string>
New hint group to add to the entities meeting search criteria.
Hint Limit Nav (hintlimiting) <boolean>
Limits NPC to using specified hint group for navigation requests, does not limit local navigation.

Inputs[edit | edit source]

Activate
Change the hint group from the old one to New Hint Group (NewHintGroup).