C# Class WowPacketParser.Misc.StoreGetters

Afficher le fichier Open project: TrinityCore/WowPacketParser Class Usage Examples

Méthodes publiques

Свойство Type Description
NameDict string>.ConcurrentDictionary

Méthodes publiques

Méthode 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 méthode

public static AddName ( WowGuid guid, string name ) : void
guid WowGuid
name string
Résultat void

GetName() public static méthode

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

GetName() public static méthode

public static GetName ( WowGuid guid ) : string
guid WowGuid
Résultat string

Property Details

NameDict public_oe static_oe property

public static ConcurrentDictionary NameDict
Résultat string>.ConcurrentDictionary