docs: regenerate

This commit is contained in:
goat 2021-12-06 19:14:46 +01:00
parent ebe997089e
commit cc362d5fd7
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
896 changed files with 28457 additions and 29442 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ItemPayload
">
<meta name="generator" content="docfx 2.58.4.0">
<meta name="generator" content="docfx 2.58.9.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -156,7 +156,7 @@ Creates a payload representing an interactable item link for the specified item.
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ItemPayload(uint itemId, bool isHQ, string displayNameOverride = null)</code></pre>
<pre><code class="lang-csharp hljs">public ItemPayload(uint itemId, bool isHq, string displayNameOverride = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -176,7 +176,7 @@ Creates a payload representing an interactable item link for the specified item.
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isHQ</span></td>
<td><span class="parametername">isHq</span></td>
<td><p>Whether or not the link should be for the high-quality variant of the item.</p>
</td>
</tr>