C# Class Server.Items.DeathRobe

Inheritance: Robe
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BeginDecay ( ) : void
DeathRobe ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
OnAfterDelete ( ) : void
OnDroppedToMobile ( Mobile from, Mobile target ) : bool
OnDroppedToWorld ( Mobile from, Point3D p ) : bool
Scissor ( Mobile from, Scissors scissors ) : bool
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
BeginDecay ( System.TimeSpan delay ) : void
DeathRobe ( ) : System

Method Details

BeginDecay() public method

public BeginDecay ( ) : void
return void

DeathRobe() public method

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

Deserialize() public method

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

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnDroppedToMobile() public method

public OnDroppedToMobile ( Mobile from, Mobile target ) : bool
from Mobile
target Mobile
return bool

OnDroppedToWorld() public method

public OnDroppedToWorld ( Mobile from, Point3D p ) : bool
from Mobile
p Point3D
return bool

Scissor() public method

public Scissor ( Mobile from, Scissors scissors ) : bool
from Mobile
scissors Scissors
return bool

Serialize() public method

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