WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
ItemRecord Struct Reference

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
 

Detailed Description

A single equipment item record from the item database.

Definition at line 25 of file database.h.

Constructor & Destructor Documentation

◆ ItemRecord() [1/2]

ItemRecord::ItemRecord ( const std::vector< std::string > &  vals)

Definition at line 10 of file database.cpp.

◆ ItemRecord() [2/2]

ItemRecord::ItemRecord ( )
inline

Definition at line 32 of file database.h.

Member Function Documentation

◆ slot()

int ItemRecord::slot ( )

Definition at line 37 of file database.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ id

int ItemRecord::id

Definition at line 28 of file database.h.

◆ itemclass

int ItemRecord::itemclass

Definition at line 28 of file database.h.

◆ model

int ItemRecord::model

Definition at line 28 of file database.h.

◆ name

std::string ItemRecord::name

Display name of the item.

Definition at line 27 of file database.h.

◆ quality

int ItemRecord::quality

Definition at line 28 of file database.h.

◆ sheath

int ItemRecord::sheath

Definition at line 28 of file database.h.

◆ subclass

int ItemRecord::subclass

Definition at line 28 of file database.h.

◆ type

int ItemRecord::type

Definition at line 28 of file database.h.


The documentation for this struct was generated from the following files: