docs: regenerate

This commit is contained in:
goat 2022-10-29 15:34:04 +02:00
parent 02f90899a3
commit 6fd636c26c
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
1239 changed files with 214126 additions and 66229 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class TitleScreenMenu
">
<meta name="generator" content="docfx 2.59.1.0">
<meta name="generator" content="docfx 2.59.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -81,6 +81,10 @@
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">TitleScreenMenu</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
@ -109,7 +113,7 @@
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Interface_TitleScreenMenu_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class TitleScreenMenu</code></pre>
<pre><code class="lang-csharp hljs">public class TitleScreenMenu : IServiceType</code></pre>
</div>
<h3 id="properties">Properties
</h3>
@ -118,7 +122,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_TitleScreenMenu_Entries.md&amp;value=---%0Auid%3A%20Dalamud.Interface.TitleScreenMenu.Entries%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/Interface/TitleScreenMenu.cs/#L27">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/TitleScreenMenu.cs/#L35">View Source</a>
</span>
<a id="Dalamud_Interface_TitleScreenMenu_Entries_" data-uid="Dalamud.Interface.TitleScreenMenu.Entries*"></a>
<h4 id="Dalamud_Interface_TitleScreenMenu_Entries" data-uid="Dalamud.Interface.TitleScreenMenu.Entries">Entries</h4>
@ -151,7 +155,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_TitleScreenMenu_AddEntry_System_String_ImGuiScene_TextureWrap_System_Action_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.TitleScreenMenu.AddEntry(System.String%2CImGuiScene.TextureWrap%2CSystem.Action)%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/Interface/TitleScreenMenu.cs/#L37">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/TitleScreenMenu.cs/#L45">View Source</a>
</span>
<a id="Dalamud_Interface_TitleScreenMenu_AddEntry_" data-uid="Dalamud.Interface.TitleScreenMenu.AddEntry*"></a>
<h4 id="Dalamud_Interface_TitleScreenMenu_AddEntry_System_String_ImGuiScene_TextureWrap_System_Action_" data-uid="Dalamud.Interface.TitleScreenMenu.AddEntry(System.String,ImGuiScene.TextureWrap,System.Action)">AddEntry(String, TextureWrap, Action)</h4>
@ -220,6 +224,90 @@
<tr>
<td><span class="xref">System.ArgumentException</span></td>
<td><p>Thrown when the texture provided does not match the required resolution(64x64).</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_TitleScreenMenu_AddEntry_System_UInt64_System_String_ImGuiScene_TextureWrap_System_Action_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.TitleScreenMenu.AddEntry(System.UInt64%2CSystem.String%2CImGuiScene.TextureWrap%2CSystem.Action)%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/Interface/TitleScreenMenu.cs/#L76">View Source</a>
</span>
<a id="Dalamud_Interface_TitleScreenMenu_AddEntry_" data-uid="Dalamud.Interface.TitleScreenMenu.AddEntry*"></a>
<h4 id="Dalamud_Interface_TitleScreenMenu_AddEntry_System_UInt64_System_String_ImGuiScene_TextureWrap_System_Action_" data-uid="Dalamud.Interface.TitleScreenMenu.AddEntry(System.UInt64,System.String,ImGuiScene.TextureWrap,System.Action)">AddEntry(UInt64, String, TextureWrap, Action)</h4>
<div class="markdown level1 summary"><p>Adds a new entry to the title screen menu.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TitleScreenMenu.TitleScreenMenuEntry AddEntry(ulong priority, string text, TextureWrap texture, Action onTriggered)</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><span class="xref">System.UInt64</span></td>
<td><span class="parametername">priority</span></td>
<td><p>Priority of the entry.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">text</span></td>
<td><p>The text to show.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="ImGuiScene.TextureWrap.html">TextureWrap</a></td>
<td><span class="parametername">texture</span></td>
<td><p>The texture to show.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span></td>
<td><span class="parametername">onTriggered</span></td>
<td><p>The action to execute when the option is selected.</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><a class="xref" href="Dalamud.Interface.TitleScreenMenu.TitleScreenMenuEntry.html">TitleScreenMenu.TitleScreenMenuEntry</a></td>
<td><p>A <a class="xref" href="Dalamud.Interface.TitleScreenMenu.html">TitleScreenMenu</a> object that can be used to manage the entry.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Condition</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.ArgumentException</span></td>
<td><p>Thrown when the texture provided does not match the required resolution(64x64).</p>
</td>
</tr>
</tbody>
@ -229,7 +317,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_TitleScreenMenu_RemoveEntry_Dalamud_Interface_TitleScreenMenu_TitleScreenMenuEntry_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.TitleScreenMenu.RemoveEntry(Dalamud.Interface.TitleScreenMenu.TitleScreenMenuEntry)%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/Interface/TitleScreenMenu.cs/#L53">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/TitleScreenMenu.cs/#L98">View Source</a>
</span>
<a id="Dalamud_Interface_TitleScreenMenu_RemoveEntry_" data-uid="Dalamud.Interface.TitleScreenMenu.RemoveEntry*"></a>
<h4 id="Dalamud_Interface_TitleScreenMenu_RemoveEntry_Dalamud_Interface_TitleScreenMenu_TitleScreenMenuEntry_" data-uid="Dalamud.Interface.TitleScreenMenu.RemoveEntry(Dalamud.Interface.TitleScreenMenu.TitleScreenMenuEntry)">RemoveEntry(TitleScreenMenu.TitleScreenMenuEntry)</h4>
@ -258,6 +346,10 @@
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
</div>
</article>
</div>
@ -269,7 +361,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_TitleScreenMenu.md&amp;value=---%0Auid%3A%20Dalamud.Interface.TitleScreenMenu%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/goatcorp/Dalamud/blob/master/Dalamud/Interface/TitleScreenMenu.cs/#L13" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/TitleScreenMenu.cs/#L15" class="contribution-link">View Source</a>
</li>
</ul>
</div>