Skip to main content

Class MarketBoardCurrentOfferings

This class represents the current market board offerings from a game network packet.

Assembly: Dalamud.dll
Declaration
public class MarketBoardCurrentOfferings : IMarketBoardCurrentOfferings

Implements:
Dalamud.Game.Network.Structures.IMarketBoardCurrentOfferings

Properties

ItemListings

Gets the list of individual item listings.

Declaration
public IReadOnlyList<IMarketBoardItemListing> ItemListings { get; }

RequestId

Gets the request ID.

Declaration
public int RequestId { get; }

Methods

Read(nint)

Read a Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings object from memory.

Declaration
public static MarketBoardCurrentOfferings Read(nint dataPtr)
Returns

Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings: A new Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings object.

Parameters
TypeNameDescription
System.IntPtrdataPtrAddress to read.

Implements