docs: regenerate

This commit is contained in:
goat 2021-08-28 19:41:14 +02:00
parent 5efe65a655
commit 92d646f538
No known key found for this signature in database
GPG key ID: F18F057873895461
324 changed files with 13728 additions and 6843 deletions

View file

@ -216,7 +216,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_IsDancing.md&amp;value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.IsDancing%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/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DNCGauge.cs/#L44">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DNCGauge.cs/#L58">View Source</a>
</span>
<a id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_IsDancing_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.IsDancing*"></a>
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_IsDancing" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.IsDancing">IsDancing</h4>
@ -248,7 +248,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_NextStep.md&amp;value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.NextStep%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/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DNCGauge.cs/#L38">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DNCGauge.cs/#L52">View Source</a>
</span>
<a id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_NextStep_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.NextStep*"></a>
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_NextStep" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.NextStep">NextStep</h4>
@ -257,7 +257,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ulong NextStep { get; }</code></pre>
<pre><code class="lang-csharp hljs">public uint NextStep { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -269,12 +269,43 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt64</span></td>
<td><span class="xref">System.UInt32</span></td>
<td><p>The next dance step action ID.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_Steps.md&amp;value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.Steps%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/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DNCGauge.cs/#L37">View Source</a>
</span>
<a id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_Steps_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.Steps*"></a>
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_Steps" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.Steps">Steps</h4>
<div class="markdown level1 summary"><p>Gets all the steps in the current dance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public uint[] Steps { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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">System.UInt32</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>