Info node link controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 33: Line 33:
==Outputs==
==Outputs==
*[[Targetname]]
*[[Targetname]]
[[Category:Entities]]

Revision as of 20:42, 9 July 2005

Template:Wrongtitle

Entity Description

Entity Name: info_node_link_controller

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

  • mins
<vector> Mins
  • maxs
<vector> Maxs
  • initialstate
<choices> Initial State
  • Off
  • On
  • AllowUse
<string> Entity or class to allow passage even when node is off

Inputs

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

Outputs