mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
docs: gamedata changes
This commit is contained in:
parent
e1b29a2797
commit
9194239317
8 changed files with 4089 additions and 434 deletions
|
|
@ -79,7 +79,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_Network_NetworkHandlers_CfPop_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public delegate Task CfPop(JObject contentFinderCondition);</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public delegate Task CfPop(ContentFinderCondition cfc);</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -92,8 +92,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Newtonsoft.Json.Linq.JObject</span></td>
|
||||
<td><span class="parametername">contentFinderCondition</span></td>
|
||||
<td><a class="xref" href="Dalamud.Data.TransientSheet.ContentFinderCondition.html">ContentFinderCondition</a></td>
|
||||
<td><span class="parametername">cfc</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Network_NetworkHandlers_CfPop.md&value=---%0Auid%3A%20Dalamud.Game.Network.NetworkHandlers.CfPop%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/goaaats/Dalamud/blob/master/Dalamud/Game/Network/NetworkHandlers.cs/#L23" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Network/NetworkHandlers.cs/#L25" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue