Table of Contents

Enum NotifType

Namespace
TinyLife.Uis
Assembly
Tiny Life.dll

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

Debug = 4

A notification type for debug notifications, like ones created by Cheats.

Info = 0

The default notification type, which displays with a panel's regular color

VeryImportant = 2

A notification type for very important messages, especially debug and error messages. This type displays in bright red.

VeryPositive = 3

A notification type for very positive messages, which displays in green

Warning = 1

A notification type for warnings, which displays in orange