Struct GameIconLookup
Represents a lookup for a game icon.
Assembly: Dalamud.dll
View Source
Declaration
public readonly record struct GameIconLookup : IEquatable<GameIconLookup>
Implements:
System.IEquatable<Dalamud.Interface.Textures.GameIconLookup>
Properties
IconId
Gets the icon ID.
View Source
Declaration
public uint IconId { get; init; }
ItemHq
Gets a value indicating whether the HQ icon is requested, where HQ is in the context of items.
View Source
Declaration
public bool ItemHq { get; init; }
HiRes
Gets a value indicating whether the high-resolution icon is requested.
View Source
Declaration
public bool HiRes { get; init; }
Language
Gets the language of the icon to load.
View Source
Declaration
public ClientLanguage? Language { get; init; }
Methods
ToString()
Returns the fully qualified type name of this instance.
View Source
Declaration
public override string ToString()
Returns
System.String
: The fully qualified type name.
Implements
System.IEquatable<Dalamud.Interface.Textures.GameIconLookup>