Info node link controller: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (minoro) |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=info_node_link_controller}} | {{wrongtitle|title=info_node_link_controller}} | ||
{{base_point}} | {{base_point}} | ||
==Entity | == Entity description == | ||
[[Image:link.png|left]]An entity that controls all connections between [[nodegraph|navigation nodes]] that intersect the controller's volume. | [[Image:link.png|left]]An entity that controls all connections between [[nodegraph|navigation nodes]] that intersect the controller's volume. This allows for mass enabling/disabling of ''all'' node connections through a volume.{{clr}} | ||
* See also [[info_node_link]] - allows dynamic enabling/disabling of individual [[nodegraph]] connections. | |||
== Keyvalues == | |||
==Keyvalues== | |||
* {{kv targetname}} | * {{kv targetname}} | ||
* '''mins''' | * '''mins''' | ||
Line 21: | Line 16: | ||
: {{boolean}} | : {{boolean}} | ||
* '''AllowUse''' | * '''AllowUse''' | ||
: <target_name_or_class> | : <target_name_or_class> An entity or a class to let through even when the node is off. | ||
== Inputs == | |||
* {{i targetname}} | * {{i targetname}} | ||
Line 33: | Line 27: | ||
: Turn the link off. | : Turn the link off. | ||
==Outputs== | == Outputs == | ||
* {{o targetname}} | * {{o targetname}} | ||
[[Category:AI]] |
Revision as of 03:10, 17 April 2008
Template:Wrongtitle Template:Base point
Entity description
An entity that controls all connections between navigation nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections through a volume.
- See also info_node_link - allows dynamic enabling/disabling of individual nodegraph connections.
Keyvalues
- <vector> Mins
- maxs
- <vector> Maxs
- initialstate
- <boolean>
- AllowUse
- <target_name_or_class> An entity or a class to let through even when the node is off.
Inputs
- TurnOn
- Turn the link on.
- TurnOff
- Turn the link off.