docs: regenerate

This commit is contained in:
goaaats 2022-01-29 05:15:26 +01:00
parent 54f6a97c8d
commit a3686d9c93
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
992 changed files with 51626 additions and 8743 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class BLMGauge
">
<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">
@ -220,7 +220,7 @@
</span>
<a id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_InAstralFire_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.InAstralFire*"></a>
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_InAstralFire" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.InAstralFire">InAstralFire</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether if the player is in Astral fire.</p>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the player is in Astral fire.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -252,7 +252,7 @@
</span>
<a id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_InUmbralIce_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.InUmbralIce*"></a>
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_InUmbralIce" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.InUmbralIce">InUmbralIce</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether if the player is in Umbral Ice.</p>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the player is in Umbral Ice.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -284,7 +284,7 @@
</span>
<a id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_IsEnochianActive_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsEnochianActive*"></a>
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_IsEnochianActive" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsEnochianActive">IsEnochianActive</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether if Enochian is active.</p>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not Enochian is active.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -303,6 +303,38 @@
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code> or <code>false</code>.</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_Game_ClientState_JobGauge_Types_BLMGauge_IsParadoxActive.md&amp;value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive%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/BLMGauge.cs/#L71">View Source</a>
</span>
<a id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_IsParadoxActive_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive*"></a>
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_IsParadoxActive" data-uid="Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive">IsParadoxActive</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether Paradox 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 bool IsParadoxActive { 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.Boolean</span></td>
<td><p><code>true</code> or <code>false</code>.</p>
</td>
</tr>
</tbody>