CIV5Commands: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(wYtaddsfAK) |
Chronovore (talk | contribs) (Added table data structure and removed Spam.) |
||
Line 1: | Line 1: | ||
=Civ5Commands.xml= | |||
*The Civ5Commands.xml file contains definitions for the Commands. | |||
*This information is taken from the Civ5Commands.xml file itself. | |||
==Commands== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Commands Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Default | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| ID || integer|| || Primary Key,Autoincrement | |||
|- | |||
| Type || text|| || Not Null,Unique | |||
|- | |||
| Description || text|| || | |||
|- | |||
| Help || text|| || | |||
|- | |||
| DisabledHelp || 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|| | |||
|- | |||
| All || boolean|| false|| | |||
|- | |||
| ConfirmCommand || boolean|| false|| | |||
|- | |||
| Automate || text|| || | |||
|} | |||
{{Civ5_XML_Files}} |
Revision as of 19:07, 28 September 2010
Civ5Commands.xml
- The Civ5Commands.xml file contains definitions for the Commands.
- This information is taken from the Civ5Commands.xml file itself.
Commands
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
Description | text | ||
Help | text | ||
DisabledHelp | 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 | |
All | boolean | false | |
ConfirmCommand | boolean | false | |
Automate | text |