docs: regenerate

This commit is contained in:
goaaats 2022-01-29 05:15:26 +01:00
parent 54f6a97c8d
commit a3686d9c93
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
992 changed files with 51626 additions and 8743 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ExcelResolver&lt;T&gt;
">
<meta name="generator" content="docfx 2.58.9.0">
<meta name="generator" content="docfx 2.59.0.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -192,6 +192,58 @@
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</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_ClientState_Resolvers_ExcelResolver_1_GetWithLanguage_Dalamud_ClientLanguage_.md&amp;value=---%0Auid%3A%20Dalamud.Game.ClientState.Resolvers.ExcelResolver%601.GetWithLanguage(Dalamud.ClientLanguage)%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/ClientState/Resolvers/ExcelResolver{T}.cs/#L36">View Source</a>
</span>
<a id="Dalamud_Game_ClientState_Resolvers_ExcelResolver_1_GetWithLanguage_" data-uid="Dalamud.Game.ClientState.Resolvers.ExcelResolver`1.GetWithLanguage*"></a>
<h4 id="Dalamud_Game_ClientState_Resolvers_ExcelResolver_1_GetWithLanguage_Dalamud_ClientLanguage_" data-uid="Dalamud.Game.ClientState.Resolvers.ExcelResolver`1.GetWithLanguage(Dalamud.ClientLanguage)">GetWithLanguage(ClientLanguage)</h4>
<div class="markdown level1 summary"><p>Gets GameData linked to this excel row with the specified language.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public T GetWithLanguage(ClientLanguage language)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a></td>
<td><span class="parametername">language</span></td>
<td><p>The language.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><p>The ExcelRow in the specified language.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>