For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/functions/executeLargeOperationFromIterator.md.

Function: executeLargeOperationFromIterator() experimental

executeLargeOperationFromIterator(blockLocationIterator, operation): Promise<void>

Beta

Parameters

blockLocationIterator

BlockLocationIterator

the selection to iterator over

operation

(blockLocation) => void

the operation to apply over each block location

Returns

Promise<void>

Remarks

Executes an operation over a BlockLocationIterator via chunks to allow splitting operation over multiple game ticks