Skip to content

LSDE Dialog Engine / DialogContext

Interface: DialogContext

Defined in: types.ts:629

Context for DIALOG block handlers.

Extends

Properties

character

character: BlockCharacter | undefined

Defined in: types.ts:623

Character resolved by the onResolveCharacter callback for this block, or undefined if none.

Inherited from

BaseBlockContext.character


preventGlobalHandler

preventGlobalHandler: () => void

Defined in: types.ts:625

Prevent the global (Tier 1) handler from executing after this scene handler.

Returns

void

Inherited from

BaseBlockContext.preventGlobalHandler


resolveCharacterPort

resolveCharacterPort: (characterUuid) => void

Defined in: types.ts:631

When portPerCharacter is enabled, specify which character port to follow.

Parameters

characterUuid

string

Returns

void