Info node link

From Valve Developer Community
Revision as of 06:36, 6 October 2005 by Ts2do (talk | contribs) (→‎Flags: Check these)
Jump to navigation Jump to search

Template:Wrongtitle

Entity Description

A dynamic connection between two navigation nodes. You specify the node IDs of the start and end nodes, and then you can use entity I/O 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

<node_dest> The node ID of one end of the node connection.
  • EndNode
<node_dest> The node ID of one end of the node connection.
  • initialstate
<boolean>
  • AllowUse
<target_name_or_class> Entity or class to allow passage even when node is off


Inputs

  • TurnOn
Turn the link on.
  • TurnOff
Turn the link off.

Outputs

See also