AddProgram(Program)
Method in Dialogue
Summary
Loads the nodes from the specified Program , and adds them to the nodes already loaded.
Remarks
If Yarn.Dialogue.Program
is null
, this method has the effect as calling SetProgram(Program) .
Parameters
Name | Description |
---|---|
Yarn.Program program | The additional program to load. |
Last updated