mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
35 lines
823 B
Plaintext
35 lines
823 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{| style="float:right; margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1"
|
|
|-
|
|
| colspan="2" style="background-color:#3c5;" | '''Song Queue'''<br/>Queue's a song to be played next.
|
|
|-
|
|
! '''Opcode'''
|
|
| 121
|
|
|-
|
|
! '''Type'''
|
|
| FIXED
|
|
|-
|
|
! '''Length'''
|
|
| 4
|
|
|-
|
|
|}
|
|
== 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]] |