s&box docs

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

A named constant value stored inside a node.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 3 methods

public bool TryGetValue(object value)

Attempts to get either the current assigned value, or default value for optional properties. Returns false if this property is required and has no assigned value.

Parameters

  • value: Current assigned or default value.

Returns

True if this node has an assigned or default value.

Properties

Showing 2 properties

public bool Facepunch.ActionGraphs.Node.Property.IsVariable { get; set; }

If true, this property references a `Facepunch.ActionGraphs.Variable`.

public object Facepunch.ActionGraphs.Node.Property.Value { get; set; }

Constant value assigned to this parameter.

Metadata

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

On this page