C# Class Server.Items.BaseWand

Inheritance: BaseBashing, ITokunoDyable
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ApplyDelayTo ( Mobile from ) : void
BaseWand ( Serial serial ) : System
BaseWand ( WandEffect effect, int minCharges, int maxCharges ) : System
Cast ( Spell spell ) : void
ConsumeCharge ( Mobile from ) : void
Deserialize ( GenericReader reader ) : void
DoWandTarget ( Mobile from, object o ) : void
GetProperties ( ObjectPropertyList list ) : void
OnDoubleClick ( Mobile from ) : void
OnSingleClick ( Mobile from ) : void
OnWandTarget ( Mobile from, object o ) : bool
OnWandUse ( Mobile from ) : void
ReleaseWandLock_Callback ( object state ) : void
Serialize ( GenericWriter writer ) : void

Method Details

ApplyDelayTo() public method

public ApplyDelayTo ( Mobile from ) : void
from Mobile
return void

BaseWand() public method

public BaseWand ( Serial serial ) : System
serial Serial
return System

BaseWand() public method

public BaseWand ( WandEffect effect, int minCharges, int maxCharges ) : System
effect WandEffect
minCharges int
maxCharges int
return System

Cast() public method

public Cast ( Spell spell ) : void
spell Server.Spells.Spell
return void

ConsumeCharge() public method

public ConsumeCharge ( Mobile from ) : void
from Mobile
return void

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

DoWandTarget() public method

public DoWandTarget ( Mobile from, object o ) : void
from Mobile
o object
return void

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnSingleClick() public method

public OnSingleClick ( Mobile from ) : void
from Mobile
return void

OnWandTarget() public method

public OnWandTarget ( Mobile from, object o ) : bool
from Mobile
o object
return bool

OnWandUse() public method

public OnWandUse ( Mobile from ) : void
from Mobile
return void

ReleaseWandLock_Callback() public method

public ReleaseWandLock_Callback ( object state ) : void
state object
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void