Skip to main content
Version: 14.x (API 14) [Legacy]

Enum ProfileModelV1.ProfileStartupPolicy

Enum representing the startup policy of a profile.

Assembly: Dalamud.dll
Declaration
public enum ProfileModelV1.ProfileStartupPolicy

Fields

RememberState

Remember the last state of the profile.

Declaration
RememberState = 0

AlwaysEnable

Always enable the profile.

Declaration
AlwaysEnable = 1

AlwaysDisable

Always disable the profile.

Declaration
AlwaysDisable = 2

Extension Methods