C# 클래스 WoWHeadParser.Parser.Parsers.NpcDataParser

상속: PageParser
파일 보기 프로젝트 열기: Lordron/WoWHead-data-parser

공개 메소드들

메소드 설명
NpcDataParser ( System.Locale locale, int flags ) : System
Parse ( string page, uint id ) : void

비공개 메소드들

메소드 설명
Currency ( string page, int>.Tuple &tuple ) : bool
Faction ( string page, int &factionA, int &factionH ) : bool
Health ( string page, object &healths ) : bool
Levels ( string page, int>.Tuple &tuple ) : bool
Mana ( string page, int &mana ) : bool
Money ( string page, int &val ) : bool
QuestEnd ( string page, int &val ) : bool
QuestStart ( string page, int &val ) : bool
Quotes ( string page, string>.Tuple &tuple ) : bool

메소드 상세

NpcDataParser() 공개 메소드

public NpcDataParser ( System.Locale locale, int flags ) : System
locale System.Locale
flags int
리턴 System

Parse() 공개 메소드

public Parse ( string page, uint id ) : void
page string
id uint
리턴 void