C# Class SagaMap.Packets.Server.ItemActive

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

Public Methods

Method 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 method

public ItemActive ( ) : System
return System

SetContainer() public method

public SetContainer ( byte container ) : void
container byte
return void

SetDActor() public method

public SetDActor ( uint id ) : void
id uint
return void

SetIndex() public method

public SetIndex ( byte index ) : void
index byte
return void

SetSActor() public method

public SetSActor ( uint id ) : void
id uint
return void

SetSkillID() public method

public SetSkillID ( uint id ) : void
id uint
return void

SetSkillType() public method

public SetSkillType ( byte type ) : void
type byte
return void

SetValue() public method

public SetValue ( uint value ) : void
value uint
return void