Interface UpdateDialogNode.DigressOut
- Enclosing class:
- UpdateDialogNode
public static interface UpdateDialogNode.DigressOut
Whether this dialog node can be returned to after a digression.
-
Field Summary
Fields Modifier and Type Field Description static String
ALLOW_ALL
allow_all.static String
ALLOW_ALL_NEVER_RETURN
allow_all_never_return.static String
ALLOW_RETURNING
allow_returning.
-
Field Details
-
ALLOW_RETURNING
allow_returning.- See Also:
- Constant Field Values
-
ALLOW_ALL
allow_all.- See Also:
- Constant Field Values
-
ALLOW_ALL_NEVER_RETURN
allow_all_never_return.- See Also:
- Constant Field Values
-