Info node link controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:


==Keyvalues==
==Keyvalues==
*[[Targetname]]
*{{kv targetname}}


*'''mins'''
*'''mins'''
Line 23: Line 23:
==Inputs==
==Inputs==


*[[Targetname]]
*{{i targetname}}


*'''TurnOn'''
*'''TurnOn'''
Line 32: Line 32:


==Outputs==
==Outputs==
*[[Targetname]]
*{{o targetname}}
[[Category:Entities]]
[[Category:Entities]]

Revision as of 20:59, 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