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

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).
 

Detailed Description

Stores basic NPC metadata (id, display id, type, name) imported from external sources.

Definition at line 6 of file NPCInfos.h.

Constructor & Destructor Documentation

◆ NPCInfos()

NPCInfos::NPCInfos ( )

Definition at line 3 of file NPCInfos.cpp.

◆ ~NPCInfos()

NPCInfos::~NPCInfos ( )
inline

Definition at line 10 of file NPCInfos.h.

Member Data Documentation

◆ displayId

int NPCInfos::displayId

Creature display info ID.

Definition at line 15 of file NPCInfos.h.

◆ id

int NPCInfos::id

NPC identifier.

Definition at line 14 of file NPCInfos.h.

◆ name

std::wstring NPCInfos::name

Display name (wide string).

Definition at line 17 of file NPCInfos.h.

◆ type

int NPCInfos::type

NPC type.

Definition at line 16 of file NPCInfos.h.


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