saveCompat Determines how strict the engine will be when deciding if a save is compatible the the current engine's version. If set to `strict`, the engine will only consider saves that only differ by the `patch` version as the current engine's version as compatible. If set to `liberal`, the engine will only consider saves that differ by the `patch` version, and have a lower or equal `minor` version as compatible.
Type: SugarBoxSaveVersionCompatiblityMode
Source: apps/library/src/types/if-engine.ts :138
(view)
Tags
-
@default— ```ts "strict" ```