SaveFilter
Used by DataModel.SavePlace to determine the type of save operation This enum determines which aspects of the current place are saved, based on the following options.
This enum is deprecated. It exists only for backward compatibility, and should not be used for new work.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
599 | SaveWorld | 0 | Saves only the world-related data. | |
599 | SaveGame | 1 | Saves only the game-related data. | |
599 | SaveAll | 2 | Saves all data, including both world and game-related information. |