Skip to content

Commit

Permalink
deploy: 3f58441
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrist committed Jul 22, 2024
1 parent 3b44e96 commit 8b03697
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions hooks/plugin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4325,15 +4325,12 @@ <h3>Parameters</h3>
<section class="method">
<header>
<a class="anchor" id="CanPlayerUseVendor">
<h1><span class="realm server"></span></span>PLUGIN:CanPlayerUseVendor(activator)</h1>
<h1><span class="realm server"></span></span>PLUGIN:CanPlayerUseVendor(activator, vendor)</h1>
</a>



<div class="notice warning">
<div class="title">Incomplete</div>
<p>Documentation for this section is incomplete and needs expanding.</p>
</div>
<p>Determines whether a player can use a vendor.</p>
</header>


Expand All @@ -4345,15 +4342,37 @@ <h3>Parameters</h3>
<li>
<span class="tag parameter">activator</span>

<span class="tag"><a class="type" href="../../classes/player/#">Player</a></span>


<p>
<p> The player attempting to use the vendor</p>
</li>
</ul>

</p>
<ul>

<li>
<span class="tag parameter">vendor</span>

<span class="tag"><a class="type" href="../../classes/entity/#">Entity</a></span>


<p> The vendor entity being used</p>
</li>
</ul>


<h3>Returns</h3>
<ul>

<li>
<span class="type">bool</span>

<p>Returns false if the player can't use the vendor</p>
</li>

</ul>


</section>
<section class="method">
Expand Down

0 comments on commit 8b03697

Please sign in to comment.