Skip to main content

BackgroundSelectionMake

Callable

  • BackgroundSelectionMake(Tags: BackgroundTag[], Name: string, Callback: (selection: string, setBackground: boolean) => void): void

  • Change the current screen to the background selection screen


    Parameters

    • Tags: BackgroundTag[]

      The list of possible Background names

    • Name: string

      The name of the current background

    • Callback: (selection: string, setBackground: boolean) => void

      The function to call when a new background has been selected

      Returns void

      • Nothing