C# Class WowPacketParser.Misc.WowGuid128

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

Méthodes publiques

Méthode Description
GetEntry ( ) : uint
GetLow ( ) : ulong
GetMapId ( ) : ushort
GetRealmId ( ) : ushort
GetServerId ( ) : uint
GetSubType ( ) : byte
ToString ( ) : string
WowGuid128 ( ulong low, ulong high ) : System

Method Details

GetEntry() public méthode

public GetEntry ( ) : uint
Résultat uint

GetLow() public méthode

public GetLow ( ) : ulong
Résultat ulong

GetMapId() public méthode

public GetMapId ( ) : ushort
Résultat ushort

GetRealmId() public méthode

public GetRealmId ( ) : ushort
Résultat ushort

GetServerId() public méthode

public GetServerId ( ) : uint
Résultat uint

GetSubType() public méthode

public GetSubType ( ) : byte
Résultat byte

ToString() public méthode

public ToString ( ) : string
Résultat string

WowGuid128() public méthode

public WowGuid128 ( ulong low, ulong high ) : System
low ulong
high ulong
Résultat System