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

@ -1115,18 +1115,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_GUI_AtkUnitBase_LoadUldByName_System_String_System_Byte_System_UInt32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.LoadUldByName(System.String%2CSystem.Byte%2CSystem.UInt32)%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_GUI_AtkUnitBase_LoadUldByName_System_Byte__System_Byte_System_UInt32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.LoadUldByName(System.Byte*%2CSystem.Byte%2CSystem.UInt32)%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/GUI/AtkUnitBase.cs/#L85">View Source</a>
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Component/GUI/AtkUnitBase.cs/#L84">View Source</a>
</span>
<a id="FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_LoadUldByName_" data-uid="FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.LoadUldByName*"></a>
<h4 id="FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_LoadUldByName_System_String_System_Byte_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.LoadUldByName(System.String,System.Byte,System.UInt32)">LoadUldByName(String, Byte, UInt32)</h4>
<h4 id="FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_LoadUldByName_System_Byte__System_Byte_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.LoadUldByName(System.Byte*,System.Byte,System.UInt32)">LoadUldByName(Byte*, Byte, UInt32)</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 bool LoadUldByName(string name, byte a3 = 0, uint a4 = 6U)</code></pre>
<pre><code class="lang-csharp hljs">public bool LoadUldByName(byte *name, byte a3 = 0, uint a4 = 6U)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -1139,7 +1139,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>