Class AddonUpdateArgs
Addon argument data for Update events.
Assembly: Dalamud.dll
View Source
Declaration
public class AddonUpdateArgs : AddonArgs, ICloneable
Inheritance: System.Object
-> Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonArgs
Implements:
System.ICloneable
Properties
Type
Gets the type of these args.
View Source
Declaration
public override AddonArgsType Type { get; }
TimeDelta
Gets the time since the last update.
View Source
Declaration
public float TimeDelta { get; init; }
Methods
Clone()
Creates a new object that is a copy of the current instance.
View Source
Declaration
public AddonUpdateArgs Clone()
Returns
Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonUpdateArgs: A new object that is a copy of this instance.
Implements
System.ICloneable