Crate wow_vanilla_dbc

Source
Expand description

DEPRECATED. USE wow_dbc INSTEAD.

Modules§

tables

Structs§

InvalidEnumError
Error for values outside of allowed enumerators.
LocalizedString
DBCs from the English version of the game will only have English version strings, while other localizations will have other languages.

Enums§

DbcError
Main error enum. Returned from crate::DbcTable::read.
Gender
InvalidHeaderError
Errors from reading the header of the DBC file.
SizeClass

Traits§

DbcTable
Main trait for the crate. Implemented by all tables in tables.
Indexable
Implemented by tables that have a primary key.