LSDE Dialog Engine / BlockMetadata
Interface: BlockMetadata
Defined in: types.ts:204
Non-logic metadata for display and organization. Should not affect game logic.
Properties
characters?
optionalcharacters?:BlockCharacter[]
Defined in: types.ts:214
Characters (actors) assigned to this block.
color?
optionalcolor?:string
Defined in: types.ts:206
Visual color coding (hex) assigned by the designer.
comments?
optionalcomments?:string
Defined in: types.ts:208
Free-form designer notes. Not displayed to players.
others?
optionalothers?:Record<string,string|number|boolean| (string|number|boolean)[]>
Defined in: types.ts:216
Additional designer-defined metadata key-value pairs.
screenShots?
optionalscreenShots?:BlockScreenshot[]
Defined in: types.ts:212
Screenshots captured from the editor for this block.
tags?
optionaltags?:string[]
Defined in: types.ts:210
Contextual tags for categorization and filtering.
