Skip to main content

PreferenceNotificationsDrawSetting

Callable

  • PreferenceNotificationsDrawSetting(Left: number, Top: number, Text: string, Setting: NotificationSetting): void

  • Draws the two checkbox row for a notifications setting


    Parameters

    • Left: number

      The X co-ordinate the row starts on

    • Top: number

      The Y co-ordinate the row starts on

    • Text: string

      The text for the setting's description

    • Setting: NotificationSetting

      The player setting the row corresponds to

    Returns void

    • Nothing