Struct NetworkItem
- Namespace
- Archipelago.MultiClient.Net.Models
- Assembly
- Archipelago.MultiClient.Net.dll
Item information
public struct NetworkItem
- Inherited Members
Properties
Flags
Enum flags that describe special properties of the Item
[JsonProperty("flags")]
public ItemFlags Flags { get; set; }
Property Value
Item
The item id of the item. Item ids are in the range of ± (2^53)-1.
[JsonProperty("item")]
public long Item { get; set; }
Property Value
Location
The location id of the item inside the world. Location ids are in the range of ± (2^53)-1.
[JsonProperty("location")]
public long Location { get; set; }
Property Value
Player
The player slot of the world the item is located in, except when inside an LocationInfo Packet then it will be the slot of the player to receive the item
[JsonProperty("player")]
public int Player { get; set; }