Info node link controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 31: Line 31:
* {{o targetname}}
* {{o targetname}}


[[Category:AI]]
[[Category:Entities]]
[[Category:Entities]]

Revision as of 05:54, 28 September 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

  • 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