C# Class Server.Items.BaseWand

Inheritance: BaseBashing, ITokunoDyable
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public ApplyDelayTo ( Mobile from ) : void
from Mobile
Résultat void

BaseWand() public méthode

public BaseWand ( Serial serial ) : System
serial Serial
Résultat System

BaseWand() public méthode

public BaseWand ( WandEffect effect, int minCharges, int maxCharges ) : System
effect WandEffect
minCharges int
maxCharges int
Résultat System

Cast() public méthode

public Cast ( Spell spell ) : void
spell Server.Spells.Spell
Résultat void

ConsumeCharge() public méthode

public ConsumeCharge ( Mobile from ) : void
from Mobile
Résultat void

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

DoWandTarget() public méthode

public DoWandTarget ( Mobile from, object o ) : void
from Mobile
o object
Résultat void

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnSingleClick() public méthode

public OnSingleClick ( Mobile from ) : void
from Mobile
Résultat void

OnWandTarget() public méthode

public OnWandTarget ( Mobile from, object o ) : bool
from Mobile
o object
Résultat bool

OnWandUse() public méthode

public OnWandUse ( Mobile from ) : void
from Mobile
Résultat void

ReleaseWandLock_Callback() public méthode

public ReleaseWandLock_Callback ( object state ) : void
state object
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void