Class MarketBoardCurrentOfferings
This class represents the current market board offerings from a game network packet.
Assembly: Dalamud.dll
View Source
Declaration
public class MarketBoardCurrentOfferings : IMarketBoardCurrentOfferings
Implements:
Dalamud.Game.Network.Structures.IMarketBoardCurrentOfferings
Properties
ItemListings
Gets the list of individual item listings.
View Source
Declaration
public IReadOnlyList<IMarketBoardItemListing> ItemListings { get; }
RequestId
Gets the request ID.
View Source
Declaration
public int RequestId { get; }
Methods
Read(nint)
Read a Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings object from memory.
View Source
Declaration
public static MarketBoardCurrentOfferings Read(nint dataPtr)
Returns
Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings: A new Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings object.
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | dataPtr | Address to read. |