mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
24 lines
467 B
Plaintext
24 lines
467 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Audio|description=Sets what audio/sound is to play at a certain moment.|opcode=147|type=Fixed|length=N/A|revision=317}}
|
|
== Audio ==
|
|
|
|
=== Description ===
|
|
|
|
Sets what audio/sound is to play at a certain moment.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Word|Word]]
|
|
| The sound id.
|
|
|-
|
|
| [[Data Types#Byte|Byte]]
|
|
| The volume.
|
|
|-
|
|
| [[Data Types#Word|Word]]
|
|
| The delay.
|
|
|-
|
|
|} |