s&box docs

public class Facepunch.ActionGraphs.Node.Output : Facepunch.ActionGraphs.Node.Parameter<T>

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

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

public Output()

Methods

Showing 1 methods

public bool IsProvidedBy(Facepunch.ActionGraphs.Node.Output output)

Properties

Showing 4 properties

public bool Facepunch.ActionGraphs.Node.Output.IsLinked { get; set; }

If true, this output has at least one connected input.

public bool Facepunch.ActionGraphs.Node.Output.IsPrimarySignal { get; set; }

public bool Facepunch.ActionGraphs.Node.Output.IsSignal { get; set; }

If true, this output emits signals that can trigger other nodes to act.

All links currently connected to this output.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.Node.Output

On this page