ScriptGraph
Defined in: logic/types.ts:79
Properties
Section titled “Properties”edges:
ScriptGraphEdge[]
Defined in: logic/types.ts:91
inputs?
Section titled “inputs?”
optionalinputs?:ScriptGraphPort[]
Defined in: logic/types.ts:87
Declaring either side makes this graph CALLABLE: a graph.call elsewhere
gets these as its pins. A graph with neither is only ever ticked by the
occasions its entry nodes name.
optionalname?:string
Defined in: logic/types.ts:81
nodes:
ScriptGraphNode[]
Defined in: logic/types.ts:90
outputs?
Section titled “outputs?”
optionaloutputs?:ScriptGraphPort[]
Defined in: logic/types.ts:88
variables?
Section titled “variables?”
optionalvariables?:ScriptGraphVariable[]
Defined in: logic/types.ts:89
version
Section titled “version”version:
string
Defined in: logic/types.ts:80