A type definition for the data for a specific conversation. It includes things like what dialogue boxes to use, what text to display, and what animations to play.

See also:

Fields

version:String

* Semantic version for conversation data.

@:jcustomparse(funkin.data.DataParse.outroData)@:optionaloptionaloutro:Null<OutroData>

* Data on the outro for the conversation.

@:optionaloptionalmusic:Null<MusicData>

* Data on the music for the conversation.

dialogue:Array<DialogueEntryData>

* Data for each line of dialogue in the conversation.

@:jcustomparse(funkin.data.DataParse.backdropData)backdrop:BackdropData

* Data on the backdrop for the conversation.