ScriptRunState
此内容尚不支持你的语言。
Defined in: logic/ScriptGraphRunner.ts:199
Per-instance runtime. The component stays serializable; this lives beside it.
Extends
Section titled “Extends”Properties
Section titled “Properties”calls:
Map<string,ScriptFrame>
Defined in: logic/ScriptGraphRunner.ts:195
graph.call node id → the frame of the graph that call enters.
Inherited from
Section titled “Inherited from”halted
Section titled “halted”halted:
boolean
Defined in: logic/ScriptGraphRunner.ts:202
Set when the budget blew: the instance is done until something reloads it.
produced
Section titled “produced”produced:
Map<string,Record<string,ScriptValue>>
Defined in: logic/ScriptGraphRunner.ts:193
What an impure node last handed back, so a wire off it reads that.
Inherited from
Section titled “Inherited from”reported
Section titled “reported”reported:
Set<string>
Defined in: logic/ScriptGraphRunner.ts:204
Problems already reported, so a bad graph does not reprint every frame.
started
Section titled “started”started:
boolean
Defined in: logic/ScriptGraphRunner.ts:200
timers
Section titled “timers”timers:
Map<string,number>
Defined in: logic/ScriptGraphRunner.ts:191
flow.delay node id → seconds still to wait.
Inherited from
Section titled “Inherited from”vars:
Map<string,ScriptValue>
Defined in: logic/ScriptGraphRunner.ts:189
Graph variables, by name.