CIV5Controls: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) (Added table data structure and removed Spam.) |
m (Protected "CIV5Controls": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
(No difference)
|
Revision as of 01:31, 29 September 2010
Civ5Controls.xml
- The Civ5Controls.xml file contains definitions for the Controls.
- This information is taken from the Civ5Controls.xml file itself.
Controls
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
Description | text | ||
Help | text | ||
DisabledHelp | text | ||
Button | text | ||
HotKey | text | ||
HotKeyAlt | text | ||
HotKeyPriority | integer | 0 | |
HotKeyPriorityAlt | integer | 0 | |
AltDown | boolean | false | |
AltDownAlt | boolean | false | |
ShiftDown | boolean | false | |
ShiftDownAlt | boolean | false | |
CtrlDown | boolean | false | |
CtrlDownAlt | boolean | false |