C# Class SagaMap.Packets.Client.ItemToggle

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

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

Method Details

GetContainer() public méthode

public GetContainer ( ) : byte
Résultat byte

GetIndex() public méthode

public GetIndex ( ) : byte
Résultat byte

GetSkillID() public méthode

public GetSkillID ( ) : uint
Résultat uint

GetSkillType() public méthode

public GetSkillType ( ) : byte
Résultat byte

GetTargetID() public méthode

public GetTargetID ( ) : uint
Résultat uint

ItemToggle() public méthode

public ItemToggle ( ) : System
Résultat System

New() public méthode

public New ( ) : Packet
Résultat SagaLib.Packet

Parse() public méthode

public Parse ( SagaLib client ) : void
client SagaLib
Résultat void