C# Class SagaMap.Packets.Client.ItemToggle

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
GetContainer ( ) : byte
GetIndex ( ) : byte
GetSkillID ( ) : uint
GetSkillType ( ) : byte
GetTargetID ( ) : uint
ItemToggle ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetContainer() public method

public GetContainer ( ) : byte
return byte

GetIndex() public method

public GetIndex ( ) : byte
return byte

GetSkillID() public method

public GetSkillID ( ) : uint
return uint

GetSkillType() public method

public GetSkillType ( ) : byte
return byte

GetTargetID() public method

public GetTargetID ( ) : uint
return uint

ItemToggle() public method

public ItemToggle ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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