mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-10-31 15:35:07 -04:00
24 lines
428 B
Plaintext
24 lines
428 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
{{packet|name=Audio|description=Sets the audio to play.|opcode=174|type=Fixed|length=N/A|revision=317}}
|
||
|
== Audio ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
Sets what audio 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.
|
||
|
|-
|
||
|
|}
|