T_WolfCurses_Form_Input_DialogResponse - Maxwolf/WolfCurses GitHub Wiki
Used by game Windows state prefab to determine what the response was to a particular dialog prompt.
Namespace: WolfCurses.Form.Input
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum DialogResponse
Member name | Value | Description | |
---|---|---|---|
No | 0 | User indicated their reply to the prompt was NO in one form or another. | |
Yes | 1 | User indicated their reply to the prompt was YES in one form or another. | |
Custom | 3 | No response was given, only a blank command meaning the user is trying to continue. |
Supported in: 0.1