Enum ModuleHandlingFlags
Enum which provides additional information for serialization and other module handling purposes.
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public enum ModuleHandlingFlags
Fields
Name | Description |
---|---|
AllowDeserializationFailure | If set, and an error occurs when deserializing this object as part of a ModuleCollection's modules list, an InvalidModule will be created with the data of this object, and deserialization will continue. |
None | |
RemoveOnNewProfile | If set, indicates to consumers that this module should be removed if the current IC data is copied into a new profile. |