C# Class Server.Items.RepairDeed

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

Private Properties

Свойство Type Description
GetSkillTitle Server.TextDefinition
RepairDeed System
RepairDeed System
RepairDeed System

Méthodes publiques

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

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

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

Check() public méthode

public Check ( Server.Mobile from ) : bool
from Server.Mobile
Résultat bool

Deserialize() public méthode

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

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

GetTypeFor() public static méthode

public static GetTypeFor ( CraftSystem s ) : RepairSkillType
s Server.Engines.Craft.CraftSystem
Résultat RepairSkillType

OnDoubleClick() public méthode

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

OnSingleClick() public méthode

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

RepairDeed() public méthode

public RepairDeed ( RepairSkillType skill, double level, Server.Mobile crafter ) : System
skill RepairSkillType
level double
crafter Server.Mobile
Résultat System

RepairDeed() public méthode

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

RepairDeed() public méthode

public RepairDeed ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

Serialize() public méthode

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

VerifyRegion() public méthode

public VerifyRegion ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool