Api Facepunch ActionGraphs NodeOutputs
class

NodeOutputs

public sealed class NodeOutputs : NodeParameters<T>

Named outputs of a node, that may link to the inputs of other nodes.

Properties

Name Type Description
Signal Output Used by Action nodes.
Result Output Default output of most nodes that produce a single value.
Links IEnumerable<Link> All current links from outputs of this node.
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.NodeOutputs