Class Completion
Inheritance
System.Object
Completion
Assembly: Dalamud.dll
Syntax
[Obsolete("This sheet is transient and will be removed soon.")]
public class Completion : ExcelRow
Fields
|
Improve this Doc
View Source
Group
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
GroupTitle
Declaration
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Key
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
LookupTable
Declaration
public string LookupTable
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Text
Declaration
Field Value
| Type |
Description |
| System.String |
|
Properties
|
Improve this Doc
View Source
RowId
Declaration
public uint RowId { get; set; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
SubRowId
Declaration
public uint SubRowId { get; set; }
Property Value
| Type |
Description |
| System.UInt32 |
|
Methods
|
Improve this Doc
View Source
PopulateData(RowParser, GameData, Language)
Declaration
public void PopulateData(RowParser parser, GameData lumina, Language language)
Parameters
| Type |
Name |
Description |
| RowParser |
parser |
|
| GameData |
lumina |
|
| Language |
language |
|