Skip to main content

BackgroundSelectionMake

Callable

  • BackgroundSelectionMake(List: string[], Idx: number, Callback: (selection: string) => void): void

  • Change the current screen to the background selection screen


    Parameters

    • List: string[]

      The list of possible Background names

    • Idx: number

      The index of the current background

    • Callback: (selection: string) => void

      The function to call when a new background has been selected

      Returns void

      • Nothing