Skip to main content

Enum ProfileModelV1.ProfileStartupPolicy

Enum representing the startup policy of a profile.

Assembly: Dalamud.dll
View Source
Declaration
public enum ProfileModelV1.ProfileStartupPolicy

Fields

RememberState

Remember the last state of the profile.

View Source
Declaration
RememberState = 0

AlwaysEnable

Always enable the profile.

View Source
Declaration
AlwaysEnable = 1

AlwaysDisable

Always disable the profile.

View Source
Declaration
AlwaysDisable = 2

Extension Methods