Skip to main content

MiniGameStart

Callable

  • MiniGameStart(GameType: string, Difficulty: string | number, ReturnFunction: string): void

  • Starts a given mini game at a set difficulty and keeps


    Parameters

    • GameType: string

      Name of the mini-game to launch

    • Difficulty: string | number

      Difficulty Ration for the mini-game

    • ReturnFunction: string

      Callback name to execute once the mini-game is over

    Returns void

    • Nothing