Show / Hide Table of Contents

Struct ExdModule

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Component.Exd
Assembly: FFXIVClientStructs.dll
Syntax
public struct ExdModule

Fields

| Improve this Doc View Source

ExcelModule

Declaration
public ExcelModule*ExcelModule
Field Value
Type Description
ExcelModule*

Methods

| Improve this Doc View Source

GetEntryByIndex(UInt32, UInt32)

Declaration
public void *GetEntryByIndex(uint sheetId, uint rowId)
Parameters
Type Name Description
System.UInt32 sheetId
System.UInt32 rowId
Returns
Type Description
System.Void*
| Improve this Doc View Source

GetItemRowById(UInt32)

Declaration
public static void *GetItemRowById(uint itemId)
Parameters
Type Name Description
System.UInt32 itemId
Returns
Type Description
System.Void*
| Improve this Doc View Source

GetSheetRowById(Void*, UInt32)

Declaration
public void *GetSheetRowById(void *sheet, uint rowId)
Parameters
Type Name Description
System.Void* sheet
System.UInt32 rowId
Returns
Type Description
System.Void*
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX