C# Class Server.Items.DeathRobe

Inheritance: Robe
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

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

Méthode Description
BeginDecay ( System.TimeSpan delay ) : void
DeathRobe ( ) : System

Method Details

BeginDecay() public méthode

public BeginDecay ( ) : void
Résultat void

DeathRobe() public méthode

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

Deserialize() public méthode

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

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnDroppedToMobile() public méthode

public OnDroppedToMobile ( Mobile from, Mobile target ) : bool
from Mobile
target Mobile
Résultat bool

OnDroppedToWorld() public méthode

public OnDroppedToWorld ( Mobile from, Point3D p ) : bool
from Mobile
p Point3D
Résultat bool

Scissor() public méthode

public Scissor ( Mobile from, Scissors scissors ) : bool
from Mobile
scissors Scissors
Résultat bool

Serialize() public méthode

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