Info node link: Difference between revisions
Jump to navigation
Jump to search
m (Robot: Automated text replacement (-\{\|\r +{| class=standard-table)) |
(Cleanup) |
||
Line 1: | Line 1: | ||
[[File:link.png|left|link=]] | |||
{{base point|info_node_link}} It is a dynamic connection between two navigation nodes. | |||
You specify the node IDs of the start and end nodes, and then you can use entity [[Inputs and Outputs]] to turn on and off the connection. This could be used to create or destroy a connection in the [[nodegraph]] because of some event in your map (a bridge being created/destroyed, etc). | You specify the node IDs of the start and end nodes, and then you can use entity [[Inputs and Outputs]] to turn on and off the connection. This could be used to create or destroy a connection in the [[nodegraph]] because of some event in your map (a bridge being created/destroyed, etc). | ||
{{clr}} | {{clr}} | ||
== Keyvalues == | == Keyvalues == | ||
{{KV|Start node ID|node_dest|The node ID of one end of the node connection.}} | |||
{{KV|End node ID|node_dest|The node ID of one end of the node connection.}} | |||
{{KV|Initial State|choices}} | |||
:* 0 : Off | |||
:* 1 : On | |||
{{KV|Type of Connection|choices}} | |||
:* 1 : Ground | |||
* | :* 2 : Jump | ||
: | :* 4 : Fly | ||
:* 8 : Climb | |||
{{KV|Allow Pass When Off|string|Entity or class to allow passage even when node is off}} | |||
: | {{KV|Invert exclusion rules|boolean|Allowed entity is the only entity NOT allowed when this is set to 'yes'}} | ||
{{KV Targetname}} | |||
| | |||
| | |||
| | |||
== Flags == | == Flags == | ||
* 1 : | * 1 : Force human connect | ||
* 2 : | * 2 : Force small_centered connect | ||
* 4 : | * 4 : Force wide_human connect | ||
* 8 : | * 8 : Force tiny connect | ||
* 16 : | * 16 : Force wide_short connect | ||
* 32 : | * 32 : Force medium connect | ||
* 64 : | * 64 : Force tiny_centered connect | ||
* 128 : | * 128 : Force large connect | ||
* 256 : | * 256 : Force large_centered connect | ||
* 512 : Force medium_tall connect | |||
== Inputs == | == Inputs == | ||
{{IO|TurnOn|Turn the link on.}} | |||
{{IO|TurnOff|Turn the link off.}} | |||
{{I Targetname}} | |||
== Outputs == | == Outputs == | ||
{{O Targetname}} | |||
== See also == | |||
* [[info_node_link_controller]] - manages all connections between nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections through a volume. | |||
[[Category:AI]] | [[Category:AI]] |
Revision as of 08:54, 26 July 2011

Template:Base point It is a dynamic connection between two navigation nodes.
You specify the node IDs of the start and end nodes, and then you can use entity Inputs and Outputs to turn on and off the connection. This could be used to create or destroy a connection in the nodegraph because of some event in your map (a bridge being created/destroyed, etc).
Keyvalues
- Initial State ([todo internal name (i)]) <choices>
-
- 0 : Off
- 1 : On
- Type of Connection ([todo internal name (i)]) <choices>
-
- 1 : Ground
- 2 : Jump
- 4 : Fly
- 8 : Climb
- Allow Pass When Off ([todo internal name (i)]) <string>
- Entity or class to allow passage even when node is off
- Invert exclusion rules ([todo internal name (i)]) <boolean>
- Allowed entity is the only entity NOT allowed when this is set to 'yes'
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Flags
- 1 : Force human connect
- 2 : Force small_centered connect
- 4 : Force wide_human connect
- 8 : Force tiny connect
- 16 : Force wide_short connect
- 32 : Force medium connect
- 64 : Force tiny_centered connect
- 128 : Force large connect
- 256 : Force large_centered connect
- 512 : Force medium_tall connect
Inputs
- TurnOn
- Turn the link on.
- TurnOff
- Turn the link off.
Outputs
See also
- info_node_link_controller - manages all connections between nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections through a volume.