Skip to main content

CharacterBuildDialog

Callable

  • CharacterBuildDialog(C: Character, CSV: readonly string[][], functionPrefix: string): void

  • Builds the dialog objects from the character CSV file


    Parameters

    • C: Character

      Character for which to build the dialog

    • CSV: readonly string[][]

      Content of the CSV file

    • functionPrefix: string

      A prefix that will be added to functions that aren't part of the Dialog or ChatRoom "namespace"

    Returns void

    • Nothing