LSDE Dialog Engine / ExportAction
Interface: ExportAction
Defined in: types.ts:71
Action triggered during block execution.
Properties
actionId
actionId:
string
Defined in: types.ts:77
Action type identifier matching an ActionSignature.id (e.g. "set_flag", "play_sound"). The dev maps this to game-side functions.
params
params: (
string|number|boolean)[]
Defined in: types.ts:79
Ordered parameter values for the action, as defined by the matching ActionSignature.params.
signatureUuid?
optionalsignatureUuid?:string
Defined in: types.ts:75
UUID of the ActionSignature this action references.
uuid
uuid:
string
Defined in: types.ts:73
Unique identifier for this action instance.
