Class MarketBoardHistory
This class represents the market board history from a game network packet.
Inheritance
System.Object
MarketBoardHistory
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.Network.Structures
Assembly: Dalamud.dll
Syntax
public class MarketBoardHistory
Properties
| Improve this Doc View SourceCatalogId
Gets the catalog ID.
Declaration
public uint CatalogId { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
CatalogId2
Gets the second catalog ID.
Declaration
public uint CatalogId2 { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
HistoryListings
Gets the list of individual item history listings.
Declaration
public List<MarketBoardHistory.MarketBoardHistoryListing> HistoryListings { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<MarketBoardHistory.MarketBoardHistoryListing> |
Methods
| Improve this Doc View SourceRead(IntPtr)
Read a MarketBoardHistory object from memory.
Declaration
public static MarketBoardHistory Read(IntPtr dataPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | dataPtr | Address to read. |
Returns
| Type | Description |
|---|---|
| MarketBoardHistory | A new MarketBoardHistory object. |