Expand description
§The XML <database>
format
Before the FDB file format was created, older versions of the client used an XML file to store the client database. This was also used for LUPs to add their data independently of the rest of the game.
Structs§
- Column
- The information on a column
- Row
- A row of the database
- Unknown
Value Type - Unknown value type ‘{0}’
Enums§
- Value
Type - The value types for the database
Functions§
- expect_
column_ or_ end_ columns - Expects an empty
<column …/>
tag or a closing</columns>
tag - expect_
columns - Expects an opening
<columns>
tag - expect_
database - Expects an opening
<database>
- expect_
row_ or_ end_ rows - Expects an empty
<row …/>
tag or a closing</rows>
tag - expect_
rows - Expects an opening
<rows>
tag - expect_
table - Expects an opening
<table>
tag or a closing</database>
tag