Enum SyncContext
Context flags which are sent along with a command
Namespace: UnofficialMultiplayerAPI
Assembly: 0UnofficialMultiplayerAPI.dll
Syntax
[Flags]
public enum SyncContext
Fields
| Name | Description |
|---|---|
| CurrentMap | Send current map context |
| MapMouseCell | Send mouse cell context (emulates mouse position) |
| MapSelected | Send map selected context (object selected on the map) |
| None | Default value. (no context) |
| QueueOrder_Down | Send order queue context (emulates pressing KeyBindingDefOf.QueueOrder) |
| WorldSelected | Send world selected context (object selected on the world map) |