C# Class Server.Items.RepairDeed

Inheritance: Item
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
GetSkillTitle Server.TextDefinition
RepairDeed System
RepairDeed System
RepairDeed System

Public Methods

Method Description
AddNameProperty ( ObjectPropertyList list ) : void
Check ( Server.Mobile from ) : bool
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
GetTypeFor ( CraftSystem s ) : RepairSkillType
OnDoubleClick ( Server.Mobile from ) : void
OnSingleClick ( Server.Mobile from ) : void
RepairDeed ( RepairSkillType skill, double level, Server.Mobile crafter ) : System
RepairDeed ( RepairSkillType skill, double level, Server.Mobile crafter, bool normalizeLevel ) : System
RepairDeed ( Server.Serial serial ) : System
Serialize ( Server.GenericWriter writer ) : void
VerifyRegion ( Server.Mobile m ) : bool

Private Methods

Method Description
GetSkillTitle ( double skillLevel ) : Server.TextDefinition
RepairDeed ( ) : System
RepairDeed ( RepairSkillType skill, double level ) : System
RepairDeed ( RepairSkillType skill, double level, bool normalizeLevel ) : System

Method Details

AddNameProperty() public method

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

Check() public method

public Check ( Server.Mobile from ) : bool
from Server.Mobile
return bool

Deserialize() public method

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

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

GetTypeFor() public static method

public static GetTypeFor ( CraftSystem s ) : RepairSkillType
s Server.Engines.Craft.CraftSystem
return RepairSkillType

OnDoubleClick() public method

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

OnSingleClick() public method

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
return void

RepairDeed() public method

public RepairDeed ( RepairSkillType skill, double level, Server.Mobile crafter ) : System
skill RepairSkillType
level double
crafter Server.Mobile
return System

RepairDeed() public method

public RepairDeed ( RepairSkillType skill, double level, Server.Mobile crafter, bool normalizeLevel ) : System
skill RepairSkillType
level double
crafter Server.Mobile
normalizeLevel bool
return System

RepairDeed() public method

public RepairDeed ( Server.Serial serial ) : System
serial Server.Serial
return System

Serialize() public method

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

VerifyRegion() public method

public VerifyRegion ( Server.Mobile m ) : bool
m Server.Mobile
return bool