Property in Program
The collection of initial values for variables; if a PUSH_VARIABLE instruction is run, and the value is not found in the storage, this value will be used
Class in Yarn
Inherits from System.Object
A compiled Yarn program.
Name | Description |
---|---|
Name | Description |
---|---|
Method in Program
Creates a new Program by merging multiple Programs together.
The new program will contain every node from every input program.
Name | Description |
---|---|
The new, combined program.
Creates a new Program by merging multiple Programs together.
The collection of initial values for variables; if a PUSH_VARIABLE instruction is run, and the value is not found in the storage, this value will be used
The name of the program.
The collection of nodes in this program.
Yarn.Program[] programs
The Programs to combine together.