Ai changehintgroup: Difference between revisions
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''' | ||
: < | : <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''' | ||
: < | : <float> Search Radius - Radius to search. (0 for map extents.) | ||
*'''hintlimiting''' | *'''hintlimiting''' | ||
: | : {{boolean}} Hint Limit Nav - Limits NPC to using specified hint group for navigation requests, does not limit local navigation. | ||
*'''SearchName''' | *'''SearchName''' | ||
: < | : <target_name_or_class> Name to search for | ||
*'''NewHintGroup''' | *'''NewHintGroup''' | ||
: < | : <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''' | ||
: | : Change the hintgroup | ||
==Outputs== | ==Outputs== |
Revision as of 20:07, 6 April 2006
Entity Description
File:Ai changehintgroup.jpg
An ai_changehintgroup entity.
Changes or adds a specific hint group to a NPC or hint.
Keyvalues
- Template:Kv targetname
- 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
- NewHintGroup
- <string> New Hint Group
Inputs
- Template:I targetname
- Activate
- Change the hintgroup