C# Class WowPacketParser.Misc.WowGuid128

Inheritance: WowGuid
Mostra file Open project: TrinityCore/WowPacketParser Class Usage Examples

Public Methods

Method 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 method

public GetEntry ( ) : uint
return uint

GetLow() public method

public GetLow ( ) : ulong
return ulong

GetMapId() public method

public GetMapId ( ) : ushort
return ushort

GetRealmId() public method

public GetRealmId ( ) : ushort
return ushort

GetServerId() public method

public GetServerId ( ) : uint
return uint

GetSubType() public method

public GetSubType ( ) : byte
return byte

ToString() public method

public ToString ( ) : string
return string

WowGuid128() public method

public WowGuid128 ( ulong low, ulong high ) : System
low ulong
high ulong
return System