DigressOut
public enum DigressOut : String
Whether this dialog node can be returned to after a digression.
-
Undocumented
Declaration
Swift
case allowReturning = "allow_returning" -
Undocumented
Declaration
Swift
case allowAll = "allow_all" -
Undocumented
Declaration
Swift
case allowAllNeverReturn = "allow_all_never_return"
View on GitHub
DigressOut Enumeration Reference