C# Class Server.Items.Scissors

Inheritance: Item
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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

Method Description
Scissors ( ) : System

Method Details

CanScissor() public static method

public static CanScissor ( Mobile from, IScissorable obj ) : bool
from Mobile
obj IScissorable
return bool

Deserialize() public method

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

OnDoubleClick() public method

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

Scissors() public method

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

Serialize() public method

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