Skip to main content

Class AddonShowArgs

Addon argument data for Show events.

Assembly: Dalamud.dll
View Source
Declaration
public class AddonShowArgs : AddonArgs

Inheritance: System.Object -> Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonArgs

Properties

Type

Gets the type of these args.

View Source
Declaration
public override AddonArgsType Type { get; }

SilenceOpenSoundEffect

Gets or sets a value indicating whether the window should play open sound effects.

View Source
Declaration
public bool SilenceOpenSoundEffect { get; set; }

UnsetShowHideFlags

Gets or sets the flags that the window will unset when it Shows/Hides.

View Source
Declaration
public uint UnsetShowHideFlags { get; set; }