-
Notifications
You must be signed in to change notification settings - Fork 12
Configuration
Sohom Sahaun edited this page Jun 22, 2022
·
7 revisions
SnowState can be configured to a certain extent in the script __snowstate_config.
| Macro | Description | Default Value |
|---|---|---|
| SNOWSTATE_DEBUG_WARNING | Whether to show warning messages in Output (true) or not (false) | true |
| SNOWSTATE_HISTORY_ENABLED | Whether history should be tracked by default (true) or not (false) | false |
| SNOWSTATE_DEFAULT_HISTORY_MAX_SIZE | Default history storage capacity | 5 |
| SNOWSTATE_WILDCARD_TRANSITION_NAME | Name/Identifier for wildcard transition | "*" |
| SNOWSTATE_REFLEXIVE_TRANSITION_NAME | Name/Identifier for reflexive transition | "=" |