Info node link: Difference between revisions
Jump to navigation
Jump to search
(→Flags: added NPC Hull link) |
m (added a tidbit to the header and formatted the controller link) |
||
Line 1: | Line 1: | ||
[[File:link.png|left|link=]] | [[File:link.png|left|link=]] | ||
{{base point|info_node_link}} It is a dynamic connection between two navigation nodes. 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). | {{base point|info_node_link}} It is a manually defined, dynamic connection between two navigation nodes. 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}} | ||
Line 39: | Line 39: | ||
==Outputs== | ==Outputs== | ||
{{O Targetname}} | {{O Targetname}} | ||
== See also == | ==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 | *<code>[[info_node_link_controller]]</code> - manages ''all'' connections between nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections. | ||
[[Category:AI]] | [[Category:AI]] |
Revision as of 10:24, 14 June 2018

Template:Base point It is a manually defined, dynamic connection between two navigation nodes. 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>
- Makes this connection is available the moment the map loads. If there is something blocking the NPC's path while this is on, the NPC may appear to walk straight into that object/hole.
- 0 : Off
- 1 : On
- Type of Connection ([todo internal name (i)]) <choices>
- How NPCs can use this node. Not all NPCs can do all types.
- 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
See: NPC Hull.
- 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.