Skip to main content

Class AddonRequestedUpdateArgs

Addon argument data for OnRequestedUpdate events.

Assembly: Dalamud.dll
Declaration
public class AddonRequestedUpdateArgs : AddonArgs

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

Properties

Type

Gets the type of these args.

Declaration
public override AddonArgsType Type { get; }

NumberArrayData

Gets or sets the NumberArrayData** for this event.

Declaration
public nint NumberArrayData { get; set; }

StringArrayData

Gets or sets the StringArrayData** for this event.

Declaration
public nint StringArrayData { get; set; }