Enum MessageBoxType
Enum representing the message type of an in-game message dialog.
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public enum MessageBoxType
Fields
Name | Description |
---|---|
Error | An error. Typically used when something can't be done by the game, or when handling non-fatal .NET exceptions in the UI. |
Info | A normal message dialog. |
Question | A question dialog. Used when asking the player a question. |
Warning | A warning dialog. Typically used when confirming a dangerous operation like deleting a save file. |