C# 클래스 WowPacketParser.Misc.StoreGetters

파일 보기 프로젝트 열기: TrinityCore/WowPacketParser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NameDict string>.ConcurrentDictionary

공개 메소드들

메소드 설명
AddName ( WowGuid guid, string name ) : void
GetName ( StoreNameType type, int entry, bool withEntry = true ) : string
GetName ( WowGuid guid ) : string

메소드 상세

AddName() 공개 정적인 메소드

public static AddName ( WowGuid guid, string name ) : void
guid WowGuid
name string
리턴 void

GetName() 공개 정적인 메소드

public static GetName ( StoreNameType type, int entry, bool withEntry = true ) : string
type StoreNameType
entry int
withEntry bool
리턴 string

GetName() 공개 정적인 메소드

public static GetName ( WowGuid guid ) : string
guid WowGuid
리턴 string

프로퍼티 상세

NameDict 공개적으로 정적으로 프로퍼티

public static ConcurrentDictionary NameDict
리턴 string>.ConcurrentDictionary