mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-28 11:52:17 -05:00
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 377]]
|
||
|
{{packet|name=Send Message|description=Sends the specified message to the client.|opcode=63|type=Variable Byte|length=N/A|revision=377}}
|
||
|
== Send Message ==
|
||
|
|
||
|
=== Description ===
|
||
|
Sends the specified message to the client.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[RS String|RS String]]
|
||
|
| Message.
|
||
|
|-
|
||
|
|}
|