Info node link: Difference between revisions
Jump to navigation
Jump to search
Cargo Cult (talk | contribs) m (Formatting) |
No edit summary |
||
Line 6: | Line 6: | ||
A dynamic connection between two navigation nodes. You specify the node IDs of the start and end nodes, and then you can use entity I/O to turn on and off the connection. This could be used to create or destroy a connection in the nodegraph because of some event in your map (a bridge being created/destroyed, etc). | A dynamic connection between two navigation nodes. You specify the node IDs of the start and end nodes, and then you can use entity I/O to turn on and off the connection. This could be used to create or destroy a connection in the nodegraph because of some event in your map (a bridge being created/destroyed, etc). | ||
== | ==Keyvalues== | ||
* ''' | * [[Targetname]] | ||
* '''StartNode''' | |||
: <node_dest> The node ID of one end of the node connection. | |||
* ''' | * '''EndNode''' | ||
: <node_dest> The node ID of one end of the node connection. | |||
* ''' | * '''initialstate''' | ||
: | : <choices> | ||
:*Off | |||
:*On | |||
* '''AllowUse''' | |||
: <string> Entity or class to allow passage even when node is off | |||
* | ==Flags== | ||
* | *Force human connect | ||
*Force small_centered connect | |||
*Force wide_human connect | |||
*Force tiny connect | |||
*Force wide_short connect | |||
*Force medium connect | |||
*Force tiny_centered connect | |||
*Force large connect | |||
*Force large_centered connect | |||
==Inputs== | |||
* [[Targetname]] | |||
* | |||
* '''TurnOn''' | * '''TurnOn''' | ||
Line 53: | Line 43: | ||
: Turn the link off. | : Turn the link off. | ||
==Outputs== | |||
* | * [[Targetname]] | ||
[[category:Entities]] | [[category:Entities]] | ||
[[category:AI]] | [[category:AI]] |
Revision as of 20:23, 9 July 2005
Entity Description
Entity Name: info_node_link
A dynamic connection between two navigation nodes. You specify the node IDs of the start and end nodes, and then you can use entity I/O to turn on and off the connection. This could be used to create or destroy a connection in the nodegraph because of some event in your map (a bridge being created/destroyed, etc).
Keyvalues
- Targetname
- StartNode
- <node_dest> The node ID of one end of the node connection.
- EndNode
- <node_dest> The node ID of one end of the node connection.
- initialstate
- <choices>
- Off
- On
- AllowUse
- <string> Entity or class to allow passage even when node is off
Flags
- Force human connect
- Force small_centered connect
- Force wide_human connect
- Force tiny connect
- Force wide_short connect
- Force medium connect
- Force tiny_centered connect
- Force large connect
- Force large_centered connect
Inputs
- TurnOn
- Turn the link on.
- TurnOff
- Turn the link off.