Table of Contents

Class ItemMessagePart

Namespace
Archipelago.MultiClient.Net.MessageLog.Parts
Assembly
Archipelago.MultiClient.Net.dll

Part of a LogMessage that contains information about an item

public class ItemMessagePart : MessagePart
Inheritance
ItemMessagePart
Inherited Members

Properties

Flags

The flags that identify the items its special properties

public ItemFlags Flags { get; }

Property Value

ItemFlags

ItemId

The id of the item

public long ItemId { get; }

Property Value

long

Player

The player that owns the item (receiver)

public int Player { get; }

Property Value

int

See Also