mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
c864cae087
commit
1eb35f29eb
935 changed files with 148201 additions and 35402 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class MarketBoardHistory
|
||||
">
|
||||
<meta name="generator" content="docfx 2.56.6.0">
|
||||
<meta name="generator" content="docfx 2.58.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -73,7 +73,8 @@
|
|||
|
||||
<h1 id="Dalamud_Game_Network_Structures_MarketBoardHistory" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory" class="text-break">Class MarketBoardHistory
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 summary"><p>This class represents the market board history from a game network packet.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
|
|
@ -82,18 +83,12 @@
|
|||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
|
|
@ -103,6 +98,12 @@
|
|||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Network.Structures.html">Dalamud.Game.Network.Structures</a></h6>
|
||||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
|
|
@ -110,23 +111,25 @@
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class MarketBoardHistory</code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L8">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId_" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId*"></a>
|
||||
<h4 id="Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId">CatalogId</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the catalog ID.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public uint CatalogId</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public uint CatalogId { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -143,19 +146,21 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId2.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId2%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId2.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId2%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId2_" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId2*"></a>
|
||||
<h4 id="Dalamud_Game_Network_Structures_MarketBoardHistory_CatalogId2" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.CatalogId2">CatalogId2</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the second catalog ID.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public uint CatalogId2</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public uint CatalogId2 { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -172,19 +177,21 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_HistoryListings.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.HistoryListings%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_HistoryListings.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.HistoryListings%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Network_Structures_MarketBoardHistory_HistoryListings_" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.HistoryListings*"></a>
|
||||
<h4 id="Dalamud_Game_Network_Structures_MarketBoardHistory_HistoryListings" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.HistoryListings">HistoryListings</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the list of individual item history listings.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<MarketBoardHistory.MarketBoardHistoryListing> HistoryListings</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public List<MarketBoardHistory.MarketBoardHistoryListing> HistoryListings { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -203,14 +210,15 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_Read_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.Read(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory_Read_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory.Read(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L40">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Network_Structures_MarketBoardHistory_Read_" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.Read*"></a>
|
||||
<h4 id="Dalamud_Game_Network_Structures_MarketBoardHistory_Read_System_IntPtr_" data-uid="Dalamud.Game.Network.Structures.MarketBoardHistory.Read(System.IntPtr)">Read(IntPtr)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Read a <a class="xref" href="Dalamud.Game.Network.Structures.MarketBoardHistory.html">MarketBoardHistory</a> object from memory.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -229,7 +237,8 @@
|
|||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">dataPtr</span></td>
|
||||
<td></td>
|
||||
<td><p>Address to read.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -244,7 +253,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Network.Structures.MarketBoardHistory.html">MarketBoardHistory</a></td>
|
||||
<td></td>
|
||||
<td><p>A new <a class="xref" href="Dalamud.Game.Network.Structures.MarketBoardHistory.html">MarketBoardHistory</a> object.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -256,10 +266,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_Structures_MarketBoardHistory.md&value=---%0Auid%3A%20Dalamud.Game.Network.Structures.MarketBoardHistory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L7" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Network/Structures/MarketBoardHistory.cs/#L11" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue