mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[Docs] Specified NetworkItem player is about the player slot of the location, not who the item is intended for (#217)
This commit is contained in:
@@ -339,7 +339,13 @@ In JSON this may look like:
|
||||
{"item": 3, "location": 3, "player": 0, "flags": 0}
|
||||
]
|
||||
```
|
||||
Flags are bit flags:
|
||||
`item` is the item id of the item
|
||||
|
||||
`location` is the location id of the item inside the world
|
||||
|
||||
`player` is the player slot of the world the item is located in
|
||||
|
||||
`flags` are bit flags:
|
||||
| Flag | Meaning |
|
||||
| ----- | ----- |
|
||||
| 0 | Nothing special about this item |
|
||||
|
Reference in New Issue
Block a user