Ai changehintgroup: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Copied description from ''Hint nodes''.)
m (provided datatypes)
Line 6: Line 6:


==Keyvalues==
==Keyvalues==
* {{kv targetname}}
*'''SearchType'''
*'''SearchType'''
: <?> Search Type - How to search for the entities to change.
: <choices> Search Type - How to search for the entities to change.
:{|
! Literal Value || Description
|-
| 0 || Entity Name
|-
| 1 || Classname
|-
| 2 || Old Hint Group
|}
*'''Radius'''
*'''Radius'''
: <?> Search Radius - Radius to search. (0 for all of map.)
: <float> Search Radius - Radius to search. (0 for map extents.)
*'''hintlimiting'''
*'''hintlimiting'''
: <?> Hint Limit Nav - Limits NPC to using specified hint group for navigation requests, does not limit local navigation.
: {{boolean}} Hint Limit Nav - Limits NPC to using specified hint group for navigation requests, does not limit local navigation.
* {{kv targetname}}
*'''SearchName'''
*'''SearchName'''
: <?> Name to search for
: <target_name_or_class> Name to search for
*'''NewHintGroup'''
*'''NewHintGroup'''
: <?> New Hint Group
: <string> New Hint Group


<!--This entity doesn't have any flags.-->
<!--This entity doesn't have any flags.-->
Line 22: Line 31:
* {{i targetname}}
* {{i targetname}}
* '''Activate'''
* '''Activate'''
: {{todo|Write description.}}
: Change the hintgroup


==Outputs==
==Outputs==

Revision as of 20:07, 6 April 2006

Template:Wrongtitle

Entity Description

File:Ai changehintgroup.jpg
An ai_changehintgroup entity.

Changes or adds a specific hint group to a NPC or hint.

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
  • NewHintGroup
<string> New Hint Group

Inputs

Change the hintgroup

Outputs

See Also