Info node link controller

From Valve Developer Community
Revision as of 19:54, 19 January 2009 by VDCBot (talk | contribs) (Robot: fixing template case.)
Jump to navigation Jump to search

Template:Wrongtitle Template:Base point

Entity description

Link.png

An entity that controls all connections between navigation nodes that intersect the controller's volume. This allows for mass enabling/disabling of all node connections through a volume.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

  • mins
<vector> Mins
  • maxs
<vector> Maxs
  • initialstate
<boolean>
  • AllowUse
<target_name_or_class> An entity or a class to let through even when the node is off.

Inputs

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

Outputs