Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Oct 9, 2023
1 parent b376dbd commit 9d84c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/jsdocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7259,15 +7259,15 @@ <h4>January 9th, 2022</h4>
<div class="spoiler">
<div class="settingsDiv">
<p><span class="hl">Prototype</span></p>
<p><em>MakeItem( socket, player, itemNum, hueNum);</em></p>
<p><em>MakeItem( socket, player, itemNum[, hueNum = 0]);</em></p>
</div>
<div class="settingsDiv">
<p><span class="hl">Purpose</span></p>
<p>Player makes the item itemNum. itemNum points to a create.dfn (SECTION ITEM itemNum) entry. Socket can be -1</p>
<p>Player makes the item itemNum. itemNum points to a create.dfn (SECTION ITEM itemNum) entry. The hueNum is optional</p>
</div>
<div class="settingsDiv">
<p><span class="hl">Example of usage</span></p>
<pre><code class="language-javascript">MakeItem( socket, player, 1, 0x45);</code></pre>
<pre><code class="language-javascript">MakeItem( socket, player, 1[, 0x45]);</code></pre>
</div>
</div>
</div>
Expand Down

0 comments on commit 9d84c22

Please sign in to comment.