mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
21 lines
550 B
Plaintext
21 lines
550 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
== Song Queue ==
|
|
|
|
=== Description ===
|
|
|
|
This packet queue's a song to be played next.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| Unsigned [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| The id of the next song.
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
|
| The id of the previous song.
|
|
|-
|
|
|}
|
|
[[Category Packet]] [[Category Packet 317]] |