Info node link controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
==Keyvalues==
==Keyvalues==
* {{kv targetname}}
* {{kv targetname}}
* '''mins'''
* '''mins'''
: <vector> Mins
: <vector> Mins
* '''maxs'''
* '''maxs'''
: <vector> Maxs
: <vector> Maxs
* '''initialstate'''
* '''initialstate'''
: {{boolean}}
: {{boolean}}
* '''AllowUse'''
* '''AllowUse'''
: <string> Entity or class to allow passage even when node is off
: <target_name_or_class> Entity or class to allow passage even when node is off


==Inputs==
==Inputs==

Revision as of 06:35, 6 October 2005

Template:Wrongtitle

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.

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