rswiki-book/src/317/317-Minimap-State.md

25 lines
595 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Minimap State
This packet sets the Minimaps state, possible values are shown below.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Minimap State |
| Description | Sets the state of the clients minimap. |
| Opcode | 99 |
| Type | Fixed |
| Length | 1 |
| Revision | 317 |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| [Byte](/Data-Types.html#common-data-types) | The state. |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Values
| State | Description |
|--|--|
| 0 | **Active**: Clickable and viewable |
| 1 | **Locked**: viewable but not clickable |
| 2 | **Blacked-out**: Minimap is replaced with black background |