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: Int

The insertion id, a unique integer value among all insertions.


origin: NInsertion

The original node causing that insertion


The inserted choice options, or null if nothing is inserted yet


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