Table of Contents

Class MinimalSerializableItemInfo

Namespace
Archipelago.MultiClient.Net.Models
Assembly
Archipelago.MultiClient.Net.dll

The minimal information needed to deserialize an ItemInfo given the context of an active archipelago session

public class MinimalSerializableItemInfo
Inheritance
MinimalSerializableItemInfo
Derived
Inherited Members

Properties

Flags

Enum flags that describe special properties of the Item

public ItemFlags Flags { get; set; }

Property Value

ItemFlags

ItemGame

The game the item belongs to

public string ItemGame { get; set; }

Property Value

string

ItemId

The item id of the item. Item ids are in the range of ± (2^53)-1.

public long ItemId { get; set; }

Property Value

long

LocationGame

The game the location belongs to

public string LocationGame { get; set; }

Property Value

string

LocationId

The location id of the item inside the world. Location ids are in the range of ± (2^53)-1.

public long LocationId { get; set; }

Property Value

long

PlayerSlot

The player slot

public int PlayerSlot { get; set; }

Property Value

int