|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Stores basic NPC metadata (id, display id, type, name) imported from external sources. More...
#include <NPCInfos.h>
Public Member Functions | |
| NPCInfos () | |
| ~NPCInfos () | |
Public Attributes | |
| int | id |
| NPC identifier. | |
| int | displayId |
| Creature display info ID. | |
| int | type |
| NPC type. | |
| std::wstring | name |
| Display name (wide string). | |
Stores basic NPC metadata (id, display id, type, name) imported from external sources.
Definition at line 6 of file NPCInfos.h.
| NPCInfos::NPCInfos | ( | ) |
Definition at line 3 of file NPCInfos.cpp.
|
inline |
Definition at line 10 of file NPCInfos.h.
| int NPCInfos::displayId |
Creature display info ID.
Definition at line 15 of file NPCInfos.h.
| int NPCInfos::id |
NPC identifier.
Definition at line 14 of file NPCInfos.h.
| std::wstring NPCInfos::name |
Display name (wide string).
Definition at line 17 of file NPCInfos.h.
| int NPCInfos::type |
NPC type.
Definition at line 16 of file NPCInfos.h.