CIV5InterfaceModes
From Civilization Modding Wiki
CIV5InterfaceModes.xml
- The CIV5InterfaceModes.xml file contains definitions for the InterfaceModes.
- This information is taken from the CIV5InterfaceModes.xml file itself.
InterfaceModes
| Name | Type | Default | Notes |
|---|---|---|---|
| ID | integer | Primary Key,Autoincrement | |
| Type | text | Not Null,Unique | |
| Description | text | ||
| Help | text | ||
| DisabledHelp | text | ||
| CursorType | text | ||
| Mission | text | ||
| HotKey | text | ||
| HotKeyAlt | text | ||
| HotKeyPriority | integer | 0 | |
| HotKeyPriorityAlt | integer | 0 | |
| OrderPriority | integer | 0 | |
| AltDown | boolean | false | |
| AltDownAlt | boolean | false | |
| ShiftDown | boolean | false | |
| ShiftDownAlt | boolean | false | |
| CtrlDown | boolean | false | |
| CtrlDownAlt | boolean | false | |
| Visible | boolean | false | |
| GotoPlot | boolean | false | |
| HighlightPlot | boolean | false | |
| SelectType | boolean | false | |
| SelectAll | boolean | false |