Skip to content

MAX_CALL_DEPTH

const MAX_CALL_DEPTH: 16 = 16

Defined in: logic/ScriptGraphRunner.ts:49

How deep graph.call may nest. A JS stack frame per level, so this is what stops a graph that calls itself before the engine’s own stack does.