Changeset 443 for tools/dbc_export/DBCExport.pas
- Timestamp:
- Apr 11, 2010, 11:48:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dbc_export/DBCExport.pas
r414 r443 11 11 12 12 type 13 13 14 { TDBCExport } 14 15 TDBCExport = class(TCustomApplication) … … 121 122 WriteLn(' -f --file Source DBC file name'); 122 123 WriteLn(' -n --newfile New created DBC file name'); 123 WriteLn(' -c --coltypedef DBC column type definition string (u - uint32, s - string)'); 124 WriteLn(' -c --coltypedef DBC column type definition string (usage index1:type1, index2:type2,...)'); 125 WriteLn(' where 0 - uint32, 1 - sint32, 2 - float, 3 - string, 4 - byte)'); 124 126 WriteLn(' -d --display Display DBC data'); 125 127 WriteLn(' -q --sql_query SQL select when entry is ID first column in dbc file and text1,text2... is texts columns');
Note:
See TracChangeset
for help on using the changeset viewer.