Api Output
class

Output

public class Output : Parameter<T>

A named output of a node. Use SetLink(LinkSource), or SetLinks(LinkSource[]) to connect this output to an input.

Constructors

Output()

Properties

Name Type Description
IsSignal Boolean If true, this output emits signals that can trigger other nodes to act.
IsPrimarySignal Boolean
Links IReadOnlySet<Link> All links currently connected to this output.
IsLinked Boolean If true, this output has at least one connected input.

Methods

Boolean IsProvidedBy(Output output)
Assembly: Facepunch.ActionGraphs Declaring Type: Node Full Name: Facepunch.ActionGraphs.Node.Output