Class ExcelResolver<T>
This object resolves a rowID within an Excel sheet.
Inheritance
System.Object
ExcelResolver<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.ClientState.Resolvers
Assembly: Dalamud.dll
Syntax
public class ExcelResolver<T>
where T : ExcelRow
Type Parameters
| Name | Description |
|---|---|
| T | The type of Lumina sheet to resolve. |
Properties
| Improve this Doc View SourceGameData
Gets GameData linked to this excel row.
Declaration
public T GameData { get; }
Property Value
| Type | Description |
|---|---|
| T |
Id
Gets the ID to be resolved.
Declaration
public uint Id { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Methods
| Improve this Doc View SourceGetWithLanguage(ClientLanguage)
Gets GameData linked to this excel row with the specified language.
Declaration
public T GetWithLanguage(ClientLanguage language)
Parameters
| Type | Name | Description |
|---|---|---|
| ClientLanguage | language | The language. |
Returns
| Type | Description |
|---|---|
| T | The ExcelRow in the specified language. |