|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
A single equipment item record from the item database. More...
#include <database.h>
Public Member Functions | |
| ItemRecord (const std::vector< std::string > &) | |
| ItemRecord () | |
| int | slot () |
Public Attributes | |
| std::string | name |
| Display name of the item. | |
| int | id |
| int | itemclass |
| int | subclass |
| int | type |
| int | model |
| int | sheath |
| int | quality |
A single equipment item record from the item database.
Definition at line 25 of file database.h.
| ItemRecord::ItemRecord | ( | const std::vector< std::string > & | vals | ) |
Definition at line 10 of file database.cpp.
|
inline |
Definition at line 32 of file database.h.
| int ItemRecord::slot | ( | ) |
| int ItemRecord::id |
Definition at line 28 of file database.h.
| int ItemRecord::itemclass |
Definition at line 28 of file database.h.
| int ItemRecord::model |
Definition at line 28 of file database.h.
| std::string ItemRecord::name |
Display name of the item.
Definition at line 27 of file database.h.
| int ItemRecord::quality |
Definition at line 28 of file database.h.
| int ItemRecord::sheath |
Definition at line 28 of file database.h.
| int ItemRecord::subclass |
Definition at line 28 of file database.h.
| int ItemRecord::type |
Definition at line 28 of file database.h.