Update KickPlayer to RemovePlayer

This commit is contained in:
Oliver-Akins 2020-10-21 21:43:44 -06:00
parent 5888f5e2a9
commit c2e670c5f8
5 changed files with 27 additions and 20 deletions

View file

@ -79,7 +79,8 @@
Fail: Origin
</td>
<td colspan="2">
This is just to get the list of players, there's nothing else to it.
This is just to get the list of players, there's nothing
else to it.
</td>
</tr>
<tr>
@ -123,31 +124,37 @@
Fail: Not Sent
</td>
<td colspan="2">
Alerts players already in the game of the newly joined player.
Alerts players already in the game of the newly joined
player.
</td>
</tr>
<tr>
<td><code><a href="#">KickPlayer</a></code></td>
<td><code><a href="#">PlayerKicked</a></code></td>
<td><code><a href="#">RemovePlayer</a></code></td>
<td><code><a href="#">PlayerRemoved</a></code></td>
<td>
Success: Room
<br>
Fail: Origin
</td>
<td colspan="2">
When the host kicks a player from the lobby this event is sent out to alert all the players of the player's removal so the UI can be updated as needed.
When the host kicks a player from the lobby this event is
sent out to alert all the players of the player's removal
so the UI can be updated as needed.
</td>
</tr>
<tr>
<td><code><a href="#">KillGame</a></code></td>
<td><code><a href="#"></a></code></td>
<td><code><a href="#">GameKilled</a></code></td>
<td>
Success:
Success: Room
<br>
Fail:
Fail: Origin
</td>
<td colspan="2">
This event is sent out to everyone in the room when the host
leaves the game.
</td>
<td colspan="2"></td>
</tr>
<tr>
<td><code><a href="#">NextPresident</a></code></td>