Enum MenuAttribute.LoadEvents
- Namespace
- Nautilus.Options.Attributes
- Assembly
- Nautilus.dll
Specifies after which events the config file should be loaded from disk automatically.
[Flags]
public enum MenuAttribute.LoadEvents : byte
- Extension Methods
Fields
MenuOpened = 2
- Load when the menu is opened by the player.
MenuRegistered = 1
- Load when the menu is registered to Nautilus via RegisterModOptions<T>().
None = 0
- Never automatically load.
Remarks
This enumeration has a FlagsAttribute that allows a bitwise combination of its member values.