C# Class WowPacketParser.Misc.StoreGetters

Datei anzeigen Open project: TrinityCore/WowPacketParser Class Usage Examples

Public Properties

Property Type Description
NameDict string>.ConcurrentDictionary

Public Methods

Method Description
AddName ( WowGuid guid, string name ) : void
GetName ( StoreNameType type, int entry, bool withEntry = true ) : string
GetName ( WowGuid guid ) : string

Method Details

AddName() public static method

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

GetName() public static method

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

GetName() public static method

public static GetName ( WowGuid guid ) : string
guid WowGuid
return string

Property Details

NameDict public_oe static_oe property

public static ConcurrentDictionary NameDict
return string>.ConcurrentDictionary