mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
docs: regenerate
This commit is contained in:
parent
3479919ab6
commit
31af5d8d77
88 changed files with 9028 additions and 3189 deletions
|
|
@ -128,7 +128,8 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestVoiceRegion_IsCustom_" data-uid="Discord.Rest.RestVoiceRegion.IsCustom*"></a>
|
||||
<h4 id="Discord_Rest_RestVoiceRegion_IsCustom" data-uid="Discord.Rest.RestVoiceRegion.IsCustom">IsCustom</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets a value that indicates whether this voice region is custom-made for events.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -145,7 +146,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if this is a custom voice region (used for events/etc); otherwise <code>false</code>/</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -158,7 +160,8 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestVoiceRegion_IsDeprecated_" data-uid="Discord.Rest.RestVoiceRegion.IsDeprecated*"></a>
|
||||
<h4 id="Discord_Rest_RestVoiceRegion_IsDeprecated" data-uid="Discord.Rest.RestVoiceRegion.IsDeprecated">IsDeprecated</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets a value that indicates whether this voice region is no longer being maintained.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -175,7 +178,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if this is a deprecated voice region; otherwise <code>false</code>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -188,7 +192,8 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestVoiceRegion_IsOptimal_" data-uid="Discord.Rest.RestVoiceRegion.IsOptimal*"></a>
|
||||
<h4 id="Discord_Rest_RestVoiceRegion_IsOptimal" data-uid="Discord.Rest.RestVoiceRegion.IsOptimal">IsOptimal</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets a value that indicates whether this voice region is optimal for your client in terms of latency.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -205,7 +210,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if this voice region is the closest to your machine; otherwise <code>false</code> .</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -218,7 +224,8 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestVoiceRegion_IsVip_" data-uid="Discord.Rest.RestVoiceRegion.IsVip*"></a>
|
||||
<h4 id="Discord_Rest_RestVoiceRegion_IsVip" data-uid="Discord.Rest.RestVoiceRegion.IsVip">IsVip</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets a value that indicates whether or not this voice region is exclusive to partnered servers.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -235,7 +242,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
<td><p><code>true</code> if this voice region is exclusive to VIP accounts; otherwise <code>false</code>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -248,7 +256,8 @@
|
|||
</span>
|
||||
<a id="Discord_Rest_RestVoiceRegion_Name_" data-uid="Discord.Rest.RestVoiceRegion.Name*"></a>
|
||||
<h4 id="Discord_Rest_RestVoiceRegion_Name" data-uid="Discord.Rest.RestVoiceRegion.Name">Name</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Gets the name of this voice region.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
|
|
@ -265,7 +274,8 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
<td><p>A string that represents the human-readable name of this voice region (e.g. <code>Central Europe</code>).</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue