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