Enum NotifType
An enumeration that represents a type that a Notifications panel can have. The notification type mainly changes the color that its panel is displayed with.
public enum NotifType
- Extension Methods
Fields
Info = 0The default notification type, which displays with a panel's regular color
Warning = 1A notification type for warnings, which displays in orange
VeryImportant = 2A notification type for very important messages, especially debug and error messages. This type displays in bright red.
VeryPositive = 3A notification type for very positive messages, which displays in green
Debug = 4A notification type for debug notifications, like ones created by Cheats.