API Referenceglobal
Outputclass
A named output of a node. Use `!:Input.SetLink(LinkSource)`, or `!:Input.SetLinks(LinkSource[])` to connect this output to an input.
object→
Parameter<T>→OutputConstructors1
Showing 1 constructors
public Output()
No results match this filter.
Methods1
Showing 1 methods
No results match this filter.
Properties4
Showing 4 properties
public bool Facepunch.ActionGraphs.Node.Output.IsLinked { get; set; }
If true, this output has at least one connected input.
Returns:
bool—public bool Facepunch.ActionGraphs.Node.Output.IsPrimarySignal { get; set; }
Returns:
bool—public bool Facepunch.ActionGraphs.Node.Output.IsSignal { get; set; }
If true, this output emits signals that can trigger other nodes to act.
Returns:
bool—No results match this filter.