C# Class SagaMap.Packets.Server.ItemActive

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

Méthodes publiques

Méthode Description
ItemActive ( ) : System
SetContainer ( byte container ) : void
SetDActor ( uint id ) : void
SetIndex ( byte index ) : void
SetSActor ( uint id ) : void
SetSkillID ( uint id ) : void
SetSkillType ( byte type ) : void
SetValue ( uint value ) : void

Method Details

ItemActive() public méthode

public ItemActive ( ) : System
Résultat System

SetContainer() public méthode

public SetContainer ( byte container ) : void
container byte
Résultat void

SetDActor() public méthode

public SetDActor ( uint id ) : void
id uint
Résultat void

SetIndex() public méthode

public SetIndex ( byte index ) : void
index byte
Résultat void

SetSActor() public méthode

public SetSActor ( uint id ) : void
id uint
Résultat void

SetSkillID() public méthode

public SetSkillID ( uint id ) : void
id uint
Résultat void

SetSkillType() public méthode

public SetSkillType ( byte type ) : void
type byte
Résultat void

SetValue() public méthode

public SetValue ( uint value ) : void
value uint
Résultat void