LogoPixi’VN
indexNamespacesGameFunctions

Function: addOnPreContinue()

> addOnPreContinue(handler): void

Defined in: src/index.ts:436

Register a handler to run immediately before a narration "continue" operation. Handlers are executed in registration order and may be async. Use {@link addOnPreContinue} / {@link removeOnPreContinue} to manage them programmatically.

Parameters

handler

() => void | Promise<void>

Returns

void