mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
docs: regenerate
This commit is contained in:
parent
ebe997089e
commit
cc362d5fd7
896 changed files with 28457 additions and 29442 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue