Info node link controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Technical limitations and cleanup)
No edit summary
Line 1: Line 1:
{{wrongtitle|title=info_node_link_controller}}
{{wrongtitle|title=info_node_link_controller}}
{{cleanup}}
==Entity Description==
 
'''Entity Name:''' info_node_link_controller
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.
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.


KEYS
==Keyvalues==
 
*[[Targetname]]
Name targetname <target_source> The name that other entities refer to this entity by.
 
Mins mins <vector>
 
Maxs maxs <vector>
 
Initial State initialstate <choices>
 
Allow Pass When Off AllowUse <string> Entity or class to allow passage even when node is off
 
 
INPUTS
 
Kill Removes this entity from the world.
 
KillHierarchy Removes this entity and all its children from the world.
 
AddOutput <string> Adds an entity I/O connection to this entity. Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>. Very dangerous, use with care.
 
FireUser1 Causes this entity's OnUser1 output to be fired.
 
FireUser2 Causes this entity's OnUser2 output to be fired.
 
FireUser3 Causes this entity's OnUser3 output to be fired.
 
FireUser4 Causes this entity's OnUser4 output to be fired.


TurnOn Turn the link on.
*'''mins'''
:<vector> Mins


TurnOff Turn the link off.
*'''maxs'''
:<vector> Maxs


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


OUTPUTS
==Inputs==


OnUser1 Fired in response to FireUser1 input.
*[[Targetname]]


OnUser2 Fired in response to FireUser2 input.
*'''TurnOn'''
:Turn the link on.


OnUser3 Fired in response to FireUser3 input.
*'''TurnOff'''
:Turn the link off.


OnUser4 Fired in response to FireUser4 input.
==Outputs==
*[[Targetname]]

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