Enum ItemsHandlingFlags
- Namespace
- Archipelago.MultiClient.Net.Enums
- Assembly
- Archipelago.MultiClient.Net.dll
Indicates to the server how the client would like to get ReceivedItems packets.
[Flags]
public enum ItemsHandlingFlags
Fields
AllItems = 7
Get ReceivedItems packets for all remote items, items in your world, and starting inventory granted to you.
IncludeOwnItems = 3
Get ReceivedItems packets for items which you picked up in your own world. Automatically includes RemoteItems option as it is required to set this.
IncludeStartingInventory = 5
Get ReceivedItems packets for your starting inventory. Automatically includes RemoteItems option as it is required to set this.
NoItems = 0
Don't get any ReceivedItems packets from the server.
RemoteItems = 1
Get ReceivedItems packets for items being granted to you by others.