Ai changehintgroup: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (provided datatypes)
m (added help links to key words)
Line 3: Line 3:
==Entity Description==
==Entity Description==
[[Image:ai_changehintgroup.jpg|thumb|right|200px|An ''ai_changehintgroup'' entity.]]
[[Image:ai_changehintgroup.jpg|thumb|right|200px|An ''ai_changehintgroup'' entity.]]
Changes or adds a specific hint group to a NPC or hint.
Changes or adds a specific [[Hint_node#Hint_Group|hint group]] to an NPC or hint node (see [[Hint nodes]]).


==Keyvalues==
==Keyvalues==
Line 24: Line 24:
*'''SearchName'''
*'''SearchName'''
: <target_name_or_class> Name to search for
: <target_name_or_class> Name to search for
*'''NewHintGroup'''
*'''[[Hint_node#Hint_Group|NewHintGroup]]'''
: <string> New Hint Group
: <string> New Hint Group


Line 31: Line 31:
* {{i targetname}}
* {{i targetname}}
* '''Activate'''
* '''Activate'''
: Change the hintgroup
: Change the [[Hint_node#Hint_Group|hint group]]


==Outputs==
==Outputs==
* {{o targetname}}
* {{o targetname}}
==See Also==
* [[Hint nodes]]


[[Category:Entities]]
[[Category:Entities]]

Revision as of 13:55, 2 March 2008

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

<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

Change the hint group

Outputs