mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
54f6a97c8d
commit
a3686d9c93
992 changed files with 51626 additions and 8743 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class MNKGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
<meta name="generator" content="docfx 2.59.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -118,16 +118,81 @@
|
|||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BeastChakra.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra%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/Game/ClientState/JobGauge/Types/MNKGauge.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BeastChakra_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BeastChakra" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra">BeastChakra</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the types of Beast Chakra available.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public BeastChakra[] BeastChakra { 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><a class="xref" href="Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html">BeastChakra</a>[]</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BeastChakra_remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>This will always return an array of size 3, inactive Beast Chakra are represented by <a class="xref" href="Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html#Dalamud_Game_ClientState_JobGauge_Enums_BeastChakra_NONE">NONE</a>.</p>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BlitzTimeRemaining.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining%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/Game/ClientState/JobGauge/Types/MNKGauge.cs/#L43">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BlitzTimeRemaining_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BlitzTimeRemaining" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining">BlitzTimeRemaining</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the time remaining that Blitz is active.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ushort BlitzTimeRemaining { 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.UInt16</span></td>
|
||||
<td></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_Game_ClientState_JobGauge_Types_MNKGauge_Chakra.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Chakra%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/Game/ClientState/JobGauge/Types/MNKGauge.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/MNKGauge.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_Chakra_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Chakra*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_Chakra" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Chakra">Chakra</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the number of Chakra available.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the amount of Chakra available.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -149,6 +214,37 @@
|
|||
</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_Game_ClientState_JobGauge_Types_MNKGauge_Nadi.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi%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/Game/ClientState/JobGauge/Types/MNKGauge.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_Nadi_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_Nadi" data-uid="Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi">Nadi</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the types of Nadi available.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Nadi Nadi { 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><a class="xref" href="Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html">Nadi</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -160,7 +256,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_MNKGauge.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.MNKGauge%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/Game/ClientState/JobGauge/Types/MNKGauge.cs/#L8" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/MNKGauge.cs/#L11" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue