Info node link controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (spam revert)
Line 1: Line 1:
{{wrongtitle|title=info_node_link_controller}}
{{wrongtitle|title=info_node_link_controller}}
==Entity Description==
==Entity Description==
An entity that controls all connections between nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections through a volume.
[[Image:link.png|left]]An entity that controls all connections between nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections through a volume.{{clr}}


==Keyvalues==
==Keyvalues==

Revision as of 22:56, 29 March 2006

Template:Wrongtitle

Entity Description

Link.png

An entity that controls all connections between nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections through a volume.

Keyvalues

<vector> Mins
  • maxs
<vector> Maxs
  • 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