Enum Scope
- Namespace
- Archipelago.MultiClient.Net.Enums
- Assembly
- Archipelago.MultiClient.Net.dll
Scope for DataStorage keys
public enum Scope
Fields
Game = 1Keys in this scope are with shared with clients that connect under the same game as you connected with
Global = 0Keys in this scope are shared with all clients
ReadOnly = 4Keys in this scope are read-only and can only be updated by the server
Slot = 3Keys in this scope are with shared with clients connected to your slot
Team = 2Keys in this scope are with shared with clients on your team