Table of Contents

Enum MenuAttribute.SaveEvents

Namespace
Nautilus.Options.Attributes
Assembly
Nautilus.dll
Specifies after which events the config file should be saved to disk automatically.
[Flags]
public enum MenuAttribute.SaveEvents : byte
Extension Methods

Fields

ChangeValue = 1
Save whenever any value is changed.
None = 0
Never automatically save.
QuitGame = 4
Save when the player quits the game.
SaveGame = 2
Save when the player saves the game.

Remarks

This enumeration has a FlagsAttribute that allows a bitwise combination of its member values.