BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

ToastType

View Implementation

Possible colors for Toasts.

ToastType_Info is black, ToastType_OK is green, ToastType_Warning is orange, and ToastType_Error is red


  • ToastType_Info = 0

  • ToastType_OK = 1

  • ToastType_Warning = 2

  • ToastType_Error = 3