Enum MessageDialogResult
Enum representing the type of response that can be generated when dismissing an in-game message dialog.
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public enum MessageDialogResultFields
| Name | Description | 
|---|---|
| Cancel | The message dialog was closed without any specific confirmation from the player, or a "Cancel" button was pressed. | 
| No | Represents the player answering "No" to a question. | 
| Ok | Represents a confirmation from the player that a piece of information was understood. | 
| Yes | Represents the player answering "Yes" to a question. |