rswiki-book/src/317/317-Object-spawn.md

10 lines
394 B
Markdown
Raw Permalink Normal View History

2018-10-13 09:48:41 -04:00
# Object spawn
2018-07-03 00:31:18 -04:00
This packet requests the client to spawn an object.
2018-10-13 09:48:41 -04:00
## Packet Structure
| Data Type | Description |
|--|--|
| Subtrahend [Byte](/Data-Types.html#common-data-types) | 0 |
| [Little Endian](/Data-Types.html#little-endian) [Byte](/Data-Types.html#common-data-types) | Object ID |
| Subtrahend [Byte](/Data-Types.html#common-data-types) | `object_type << 2 + object_rotation & 3` |