Class Completion
Inheritance
System.Object
Lumina.Excel.ExcelRow
Completion
Inherited Members
Lumina.Excel.ExcelRow.GetDefaultColumnValue()
Lumina.Excel.ExcelRow.ToString()
Lumina.Excel.ExcelRow.SheetName
Lumina.Excel.ExcelRow.SheetLanguage
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Data.TransientSheet
Assembly: Dalamud.dll
Syntax
[Obsolete("This sheet is transient and will be removed soon.")]
[Sheet("Completion", 778851747U)]
public class Completion : ExcelRow
Fields
| Improve this Doc View SourceGroup
Declaration
public ushort Group
Field Value
| Type | Description |
|---|---|
| System.UInt16 |
GroupTitle
Declaration
public string GroupTitle
Field Value
| Type | Description |
|---|---|
| System.String |
Key
Declaration
public ushort Key
Field Value
| Type | Description |
|---|---|
| System.UInt16 |
LookupTable
Declaration
public string LookupTable
Field Value
| Type | Description |
|---|---|
| System.String |
Text
Declaration
public string Text
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
| Improve this Doc View SourceRowId
Declaration
public uint RowId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
SubRowId
Declaration
public uint SubRowId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Methods
| Improve this Doc View SourcePopulateData(RowParser, GameData, Language)
Declaration
public void PopulateData(RowParser parser, GameData lumina, Language language)
Parameters
| Type | Name | Description |
|---|---|---|
| Lumina.Excel.RowParser | parser | |
| Lumina.GameData | lumina | |
| Lumina.Data.Language | language |