mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-28 11:52:17 -05:00
Update MediaWiki page '317 Send add friend'
This commit is contained in:
parent
69f2d52e05
commit
b7669ea506
@ -3,6 +3,9 @@
|
|||||||
<h3><span class="mw-headline"> Description </span></h3>
|
<h3><span class="mw-headline"> Description </span></h3>
|
||||||
|
|
||||||
<p>Sends friend data to the client
|
<p>Sends friend data to the client
|
||||||
|
|
||||||
|
Attempts to update player node, if player isn't in the friends list and there is space,
|
||||||
|
the player is added to the friend list.
|
||||||
</p>
|
</p>
|
||||||
<h3><span class="mw-headline"> Packet Structure </span></h3>
|
<h3><span class="mw-headline"> Packet Structure </span></h3>
|
||||||
<table border="2">
|
<table border="2">
|
||||||
@ -15,3 +18,7 @@
|
|||||||
<td> Long </td><td> The player name </td></tr>
|
<td> Long </td><td> The player name </td></tr>
|
||||||
<td> Byte </td> <td> The world (10 = "online" for most clients) </td>
|
<td> Byte </td> <td> The world (10 = "online" for most clients) </td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
* TODO format.
|
Loading…
Reference in New Issue
Block a user