C# Class SagaMap.Packets.Client.SendMoveStart

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

Public Methods

Method Description
GetAcceleration ( ) : float[]
GetDelayTime ( ) : uint
GetMoveType ( ) : byte
GetPos ( ) : float[]
GetU1 ( ) : uint
GetUnknown ( ) : int
GetYaw ( ) : int
New ( ) : Packet
Parse ( SagaLib client ) : void
SendMoveStart ( ) : System

Method Details

GetAcceleration() public method

public GetAcceleration ( ) : float[]
return float[]

GetDelayTime() public method

public GetDelayTime ( ) : uint
return uint

GetMoveType() public method

public GetMoveType ( ) : byte
return byte

GetPos() public method

public GetPos ( ) : float[]
return float[]

GetU1() public method

public GetU1 ( ) : uint
return uint

GetUnknown() public method

public GetUnknown ( ) : int
return int

GetYaw() public method

public GetYaw ( ) : int
return int

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendMoveStart() public method

public SendMoveStart ( ) : System
return System