Skip to main content

Module script

Module script 

Source
Expand description

Script DSL for building timelines in a fluent, readable way.

CutsceneScript provides a builder that accumulates actions with an implicit cursor time — no need to manually specify timestamps for every action when sequencing a dialogue scene or cutscene.

Structs§

CutsceneScript
Fluent builder for Timeline. Maintains an implicit cursor time.
DialogueSequence
Builds a dialogue-only sequence with automatic timing.
ScriptCursor
Tracks the “pen position” — the time at which the next action will be placed.