Skip to content

makeEntityScopedQueue

makeEntityScopedQueue(entity): ScopedProcessQueue

Defined in: ProcessQueue.ts:59

Scoped queue that routes through the entity’s ProcessComponent. Auto-adds one if the entity doesn’t already have it. cancelAll() only cancels the processes this queue enqueued, so sharing the underlying ProcessComponent with user code stays safe.

Entity

ScopedProcessQueue