WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
NPCInfos.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
6
class
NPCInfos
7
{
8
public
:
9
NPCInfos
();
10
~NPCInfos
()
11
{
12
}
13
14
int
id
;
15
int
displayId
;
16
int
type
;
17
std::wstring
name
;
18
};
NPCInfos
Stores basic NPC metadata (id, display id, type, name) imported from external sources.
Definition
NPCInfos.h:7
NPCInfos::~NPCInfos
~NPCInfos()
Definition
NPCInfos.h:10
NPCInfos::NPCInfos
NPCInfos()
Definition
NPCInfos.cpp:3
NPCInfos::type
int type
NPC type.
Definition
NPCInfos.h:16
NPCInfos::id
int id
NPC identifier.
Definition
NPCInfos.h:14
NPCInfos::displayId
int displayId
Creature display info ID.
Definition
NPCInfos.h:15
NPCInfos::name
std::wstring name
Display name (wide string).
Definition
NPCInfos.h:17
Source
WoW
Character
NPCInfos.h
Generated by
1.9.8