Interface DialogNode.DigressIn
- Enclosing class:
- DialogNode
public static interface DialogNode.DigressIn
Whether this top-level dialog node can be digressed into.
-
Field Summary
Fields Modifier and Type Field Description static StringDOES_NOT_RETURNdoes_not_return.static StringNOT_AVAILABLEnot_available.static StringRETURNSreturns.
-
Field Details
-
NOT_AVAILABLE
not_available.- See Also:
- Constant Field Values
-
RETURNS
returns.- See Also:
- Constant Field Values
-
DOES_NOT_RETURN
does_not_return.- See Also:
- Constant Field Values
-