MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-02-17 15:03:02 +00:00
parent a4eefa592e
commit 02fc539ca8
27 changed files with 647 additions and 755 deletions

View File

@@ -1853,9 +1853,15 @@ with some added FSM functions and options to block/unblock players in MP environ
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(NET).SendChatToPlayer">NET:SendChatToPlayer(Message, ToClient, FromClient)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(NET).SendChatToClient">NET:SendChatToClient(Message, ToClient, FromClient)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Send chat message to a specific player.</p>
<p>Send chat message to a specific player using the CLIENT object.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(NET).SendChatToPlayer">NET:SendChatToPlayer(Message, ToPlayer, FromPlayer)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Send chat message to a specific player using the player name</p>
</td>
</tr>
<tr class="w3-border">
@@ -4499,12 +4505,12 @@ net.PS_EJECT (7) - of ejects
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(NET).SendChatToPlayer" ><strong>NET:SendChatToPlayer(Message, ToClient, FromClient)</strong></a></h2>
<h2><a id="#(NET).SendChatToClient" ><strong>NET:SendChatToClient(Message, ToClient, FromClient)</strong></a></h2>
</div>
<p>Send chat message to a specific player.</p>
<p>Send chat message to a specific player using the CLIENT object.</p>
<div id= "#Functions##SendChatToPlayer" class="w3-show w3-white">
<div id= "#Functions##SendChatToClient" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
@@ -4563,6 +4569,76 @@ net.PS_EJECT (7) - of ejects
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(NET).SendChatToPlayer" ><strong>NET:SendChatToPlayer(Message, ToPlayer, FromPlayer)</strong></a></h2>
</div>
<p>Send chat message to a specific player using the player name</p>
<div id= "#Functions##SendChatToPlayer" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>NET</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Message</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The text message</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>ToPlayer</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Player receiving the message</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>FromPlayer</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Optional) Player sending the message</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(NET)">#NET</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>