Skip to content

Commit 3c1b0f5

Browse files
committed
Update Eluna documentation
1 parent 175bc56 commit 3c1b0f5

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

Player/CanTitanGrip.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,24 @@ <h1 class='fqn'>
8787

8888

8989
<div class='docblock'>
90-
<p>Returns 'true' if the <a class="mod" href="../Player/index.html">Player</a> can Titan Grip, 'false' otherwise.</p>
90+
<p>Returns 'true' if the <a class="mod" href="../Player/index.html">Player</a> can Titan Grip the specific <a class="mod" href="../Item/index.html">Item</a>, 'false' otherwise.</p>
9191

9292

9393
<h2 id="synopsis" class='section-header'>
9494
<a href="#synopsis">Synopsis</a>
9595
</h2>
9696
<p>
97-
<code>canTitanGrip = Player:CanTitanGrip()</code>
97+
<code>canTitanGrip = Player:CanTitanGrip( item )</code>
9898
</p>
9999

100100
<h2 id="arguments" class='section-header'>
101101
<a href="#arguments">Arguments</a>
102102
</h2>
103103
<p>
104-
None.
104+
<dl>
105+
<dt><code><strong><a class="mod" href="../Item/index.html">Item</a></strong> item</code></dt>
106+
<dd class="docblock"><p>An instance of an item. </p></dd>
107+
</dl>
105108
</p>
106109

107110
<h2 id="returns" class='section-header'>

Player/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h2 id='methods' class='section-header'><a href="#methods">Methods</a></h2>
253253
<a class='fn' href='CanTitanGrip.html'>CanTitanGrip</a>
254254
</td>
255255
<td class='docblock short'>
256-
<p>Returns 'true' if the <a class="mod" href="../Player/index.html">Player</a> can Titan Grip, 'false' otherwise.</p>
256+
<p>Returns 'true' if the <a class="mod" href="../Player/index.html">Player</a> can Titan Grip the specific <a class="mod" href="../Item/index.html">Item</a>, 'false' otherwise.</p>
257257
</td>
258258
</tr>
259259
<tr>

date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
document.write("20/03/2025");
1+
document.write("26/05/2025");

search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)