Skip to main content

CommonSetScreen

Callable

  • CommonSetScreen(NewModule: ModuleType, NewScreen: string): void

  • Sets the current screen and calls the loading script if needed


    Parameters

    • NewModule: ModuleType

      Module of the screen to display

    • NewScreen: string

      Screen to display

    Returns void

    • Nothing