rswiki-book/src/317/317-Audio.md

20 lines
507 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Audio
2018-07-03 00:31:18 -04:00
Sets what audio/sound is to play at a certain moment.
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Audio |
| Description | Sets what audio/sound is to play at a certain moment. |
| Opcode | 147 |
| Type | Fixed |
| Length | N/A |
| Revision | 317 |
## Packet Structure
| Data Type | Description |
|--|--|
| [Short](/Data-Types.html#common-data-types) | The sound id. |
| [Byte](/Data-Types.html#common-data-types) | The volume. |
| [Short](/Data-Types.html#common-data-types) | The delay. |