This article's documentation is for anything that uses the Source engine. Click here for more information.

Info node link controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
m (Removed the big link icon, unnecessary)
Line 1: Line 1:
{{langsp}}
{{langsp}}
[[File:link.png|left]]
{{this is a|point entity|name=info_node_link_controller}} It controls all connections between [[nodegraph|navigation nodes]] that intersect a certain volume. This allows for mass enabling/disabling of node connections.{{clr}}
{{this is a|point entity|name=info_node_link_controller}} It controls all connections between [[nodegraph|navigation nodes]] that intersect a certain volume. This allows for mass enabling/disabling of node connections.{{clr}}



Revision as of 08:00, 19 June 2024

English (en)Translate (Translate)

info_node_link_controller is a point entity available in all Source Source games. It controls all connections between navigation nodes that intersect a certain volume. This allows for mass enabling/disabling of node connections.

Keyvalues

Mins (mins) <vector>
Coordinates relative to the entity defining one point of the volume. A box will appear in hammer to help visualize the dimensions of the volume.
Maxs (maxs) <vector>
Coordinates relative to the entity defining the second point of the volume. A box will appear in hammer to help visualize the dimensions of the volume.
Initial State (initialstate) <choices>
State of the node links 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
Use Larger Radius (for air links) (useairlinkradius) <boolean>
Set this to 'Yes' if this controller is intended to control air links. Air links connect using a larger search radius so leaving this at 'No' might miss some air links.
Allow Pass When Off (AllowUse) <string>
Entity or class to allow passage even when node is off.
Invert exclusion rules (InvertAllow) <boolean>
Makes target(s) defined in Allow Pass When Off the only targets NOT allowed to pass when off.
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

TurnOn
Turn links on.
TurnOff
Turn links off.
SetAllowed <stringRedirectInput/string>
Change Allow Pass When Off.
SetInvert <integerRedirectInput/integer>
Change Invert exclusion rules.


Outputs

See also