RuntimeInsertion
loreline.RuntimeInsertion (Class)
Fata that needs to be hold with a scope when a beat is being inserted within a choice
Instance Members
id: IntThe insertion id, a unique integer value among all insertions.
origin: NInsertionThe original node causing that insertion
options: Array<ChoiceOption>The inserted choice options, or null if nothing is inserted yet
stack: Array<RuntimeScope>The call stack of this insertion, which is used to resume the execution at the correct location when a choice of it has been selected
new(id: Int, origin: NInsertion): Void| Name | Type |
|---|---|
id |
Int |
origin |
NInsertion |
Metadata
| Name | Parameters |
|---|---|
:hxGen |
- |