mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 19:56:18 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1782,7 +1782,7 @@ 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).BlockSide">NET:BlockSide(side, Seconds, Side)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(NET).BlockSide">NET:BlockSide(Side, Seconds)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Block a specific coalition side, does NOT automatically kick all players of that side or kick out joined players</p>
|
||||
</td>
|
||||
@@ -3320,7 +3320,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(NET).BlockSide" ><strong>NET:BlockSide(side, Seconds, Side)</strong></a></h2>
|
||||
<h2><a id="#(NET).BlockSide" ><strong>NET:BlockSide(Side, Seconds)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Block a specific coalition side, does NOT automatically kick all players of that side or kick out joined players</p>
|
||||
@@ -3336,7 +3336,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#number
|
||||
<strong><strong>side</strong></strong>
|
||||
<strong><strong>Side</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
@@ -3358,16 +3358,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<strong><strong>Side</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
@@ -3577,6 +3567,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
<p>Force the slot for a specific client.</p>
|
||||
|
||||
|
||||
<p>If this returns false, it didn't work via <code>net</code> (which is ALWAYS the case as of Nov 2024)!</p>
|
||||
|
||||
<div id= "#Functions##ForceSlot" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
@@ -5093,6 +5086,9 @@ net.PS_EJECT (7) - of ejects
|
||||
|
||||
<p>Force a client back to spectators.</p>
|
||||
|
||||
|
||||
<p>If this returns false, it didn't work via <code>net</code> (which is ALWAYS the case as of Nov 2024)!</p>
|
||||
|
||||
<div id= "#Functions##ReturnToSpectators" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
|
||||
Reference in New Issue
Block a user