Interface DialogNode.DigressOut
- Enclosing class:
- DialogNode
public static interface DialogNode.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
-