docs: regenerate

This commit is contained in:
goat 2023-01-26 23:57:38 +01:00
parent 4d7da00af3
commit 83586fd46b
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
658 changed files with 80853 additions and 15683 deletions

View file

@ -140,7 +140,7 @@
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonById_System_UInt16_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById(System.UInt16)%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/Client/UI/RaptureAtkUnitManager.cs/#L19">View Source</a>
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkUnitManager.cs/#L20">View Source</a>
</span>
<a id="FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonById_" data-uid="FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById*"></a>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonById_System_UInt16_" data-uid="FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById(System.UInt16)">GetAddonById(UInt16)</h4>
@ -184,18 +184,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_Client_UI_RaptureAtkUnitManager_GetAddonByName_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonByName(System.String%2CSystem.Int32)%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_Client_UI_RaptureAtkUnitManager_GetAddonByName_System_Byte__System_Int32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonByName(System.Byte*%2CSystem.Int32)%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/Client/UI/RaptureAtkUnitManager.cs/#L16">View Source</a>
</span>
<a id="FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonByName_" data-uid="FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonByName*"></a>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonByName_System_String_System_Int32_" data-uid="FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonByName(System.String,System.Int32)">GetAddonByName(String, Int32)</h4>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonByName_System_Byte__System_Int32_" data-uid="FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonByName(System.Byte*,System.Int32)">GetAddonByName(Byte*, Int32)</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 AtkUnitBase*GetAddonByName(string name, int index = 1)</code></pre>
<pre><code class="lang-csharp hljs">public AtkUnitBase*GetAddonByName(byte *name, int index = 1)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -208,7 +208,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="xref">System.Byte</span>*</td>
<td><span class="parametername">name</span></td>
<td></td>
</tr>