mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Play song|description=Starts playing a song.|opcode=74|type=Fixed|length=2|revision=317}}
|
|
== Play song ==
|
|
|
|
=== Description ===
|
|
|
|
Sending this packet to the client will cause the client to start playing a song.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Big Endian|Big Endian]] [[Data Types#Standard data types|Word]]
|
|
| The song ID.
|
|
|-
|
|
|} |