enum MAGES::NotificationSystem::NotificationType

Overview

The type of the notification. More…

enum NotificationType
{
    Info,
    Warning,
    Error,
    Achievement,
};

Detailed Documentation

The type of the notification.

Enum Values

Info

General information to the user.

Warning

User should be careful.

Error

User did something wrong.

Achievement

Congratulate the user for doing something good.