mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
docs: regenerate
This commit is contained in:
parent
4d7da00af3
commit
83586fd46b
658 changed files with 80853 additions and 15683 deletions
|
|
@ -153,18 +153,18 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_GetSheetByName_System_String_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.GetSheetByName(System.String)%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/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_GetSheetByName_System_Byte__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.GetSheetByName(System.Byte*)%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Component/Excel/ExcelModule.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_GetSheetByName_" data-uid="FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.GetSheetByName*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_GetSheetByName_System_String_" data-uid="FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.GetSheetByName(System.String)">GetSheetByName(String)</h4>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_GetSheetByName_System_Byte__" data-uid="FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.GetSheetByName(System.Byte*)">GetSheetByName(Byte*)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet*GetSheetByName(string sheetName)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet*GetSheetByName(byte *sheetName)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="xref">System.Byte</span>*</td>
|
||||
<td><span class="parametername">sheetName</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
|
@ -200,18 +200,18 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_LoadSheet_System_String_System_Byte_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.LoadSheet(System.String%2CSystem.Byte%2CSystem.Byte)%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/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_LoadSheet_System_Byte__System_Byte_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.LoadSheet(System.Byte*%2CSystem.Byte%2CSystem.Byte)%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Component/Excel/ExcelModule.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Component/Excel/ExcelModule.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_LoadSheet_" data-uid="FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.LoadSheet*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_LoadSheet_System_String_System_Byte_System_Byte_" data-uid="FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.LoadSheet(System.String,System.Byte,System.Byte)">LoadSheet(String, Byte, Byte)</h4>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Component_Excel_ExcelModule_LoadSheet_System_Byte__System_Byte_System_Byte_" data-uid="FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.LoadSheet(System.Byte*,System.Byte,System.Byte)">LoadSheet(Byte*, Byte, Byte)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void LoadSheet(string sheetName, byte a3 = 0, byte a4 = 0)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void LoadSheet(byte *sheetName, byte a3 = 0, byte a4 = 0)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="xref">System.Byte</span>*</td>
|
||||
<td><span class="parametername">sheetName</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue