Enum InteractionPromptState
- Namespace
- S1API.Interaction
- Assembly
- S1API.dll
Selects the native visual and interaction state shown by an interaction prompt.
public enum InteractionPromptState
- Extension Methods
Fields
Default = 0Shows the normal input prompt.
Disabled = 2Hides the prompt and prevents interaction selection.
Invalid = 1Shows the native invalid prompt and prevents interaction start.
Label = 3Shows the message without an input icon.