C# Class Server.Items.Scissors

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

Méthodes publiques

Méthode Description
CanScissor ( Mobile from, IScissorable obj ) : bool
Deserialize ( GenericReader reader ) : void
OnDoubleClick ( Mobile from ) : void
Scissors ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
Scissors ( ) : System

Method Details

CanScissor() public static méthode

public static CanScissor ( Mobile from, IScissorable obj ) : bool
from Mobile
obj IScissorable
Résultat bool

Deserialize() public méthode

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

OnDoubleClick() public méthode

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

Scissors() public méthode

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

Serialize() public méthode

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