Module assembly_xml::database
source · 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§
- The information on a column
- A row of the database
- Unknown value type ‘{0}’
Enums§
- The value types for the database
Functions§
- Expects an empty
<column …/>
tag or a closing</columns>
tag - Expects an opening
<columns>
tag - Expects an opening
<database>
- Expects an empty
<row …/>
tag or a closing</rows>
tag - Expects an opening
<rows>
tag - Expects an opening
<table>
tag or a closing</database>
tag