Info node link controller: Difference between revisions

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


==Keyvalues==
==Keyvalues==
*{{kv targetname}}
* {{kv targetname}}


*'''mins'''
* '''mins'''
:<vector> Mins
: <vector> Mins


*'''maxs'''
* '''maxs'''
:<vector> Maxs
: <vector> Maxs


*'''initialstate'''
* '''initialstate'''
:<choices> Initial State
: {{boolean}}
:*Off
 
:*On
* '''AllowUse'''
*'''AllowUse'''
: <string> Entity or class to allow passage even when node is off
:<string> Entity or class to allow passage even when node is off


==Inputs==
==Inputs==


*{{i targetname}}
* {{i targetname}}


*'''TurnOn'''
* '''TurnOn'''
:Turn the link on.
: Turn the link on.


*'''TurnOff'''
* '''TurnOff'''
:Turn the link off.
: Turn the link off.


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

Revision as of 19:53, 11 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
<boolean>
  • 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