C# Class SagaLogin.Packets.Map.Get.Identify

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
GetHostedMaps ( ) : int[]
GetIP ( ) : string
GetPass ( ) : string
GetPort ( ) : short
GetWorldName ( ) : string
Identify ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetHostedMaps() public method

public GetHostedMaps ( ) : int[]
return int[]

GetIP() public method

public GetIP ( ) : string
return string

GetPass() public method

public GetPass ( ) : string
return string

GetPort() public method

public GetPort ( ) : short
return short

GetWorldName() public method

public GetWorldName ( ) : string
return string

Identify() public method

public Identify ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void