C# Class Server.Items.BaseTool

Inheritance: Server.BaseItem, IUsesRemaining
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BaseTool ( Server.Serial serial ) : System
BaseTool ( int itemID ) : System
BaseTool ( int uses, int itemID ) : System
CheckAccessible ( Item tool, Server.Mobile m ) : bool
CheckTool ( Item tool, Server.Mobile m ) : bool
Deserialize ( Server.GenericReader reader ) : void
DisplayDurabilityTo ( Server.Mobile m ) : void
GetProperties ( ObjectPropertyList list ) : void
GetUsesScalar ( ) : int
OnCraft ( int quality, bool makersMark, Server.Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
OnDoubleClick ( Server.Mobile from ) : void
OnSingleClick ( Server.Mobile from ) : void
ScaleUses ( ) : void
Serialize ( Server.GenericWriter writer ) : void
UnscaleUses ( ) : void

Method Details

BaseTool() public méthode

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

BaseTool() public méthode

public BaseTool ( int itemID ) : System
itemID int
Résultat System

BaseTool() public méthode

public BaseTool ( int uses, int itemID ) : System
uses int
itemID int
Résultat System

CheckAccessible() public static méthode

public static CheckAccessible ( Item tool, Server.Mobile m ) : bool
tool Item
m Server.Mobile
Résultat bool

CheckTool() public static méthode

public static CheckTool ( Item tool, Server.Mobile m ) : bool
tool Item
m Server.Mobile
Résultat bool

Deserialize() public méthode

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

DisplayDurabilityTo() public méthode

public DisplayDurabilityTo ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

GetProperties() public méthode

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

GetUsesScalar() public méthode

public GetUsesScalar ( ) : int
Résultat int

OnCraft() public méthode

public OnCraft ( int quality, bool makersMark, Server.Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
quality int
makersMark bool
from Server.Mobile
craftSystem Server.Engines.Craft.CraftSystem
typeRes System.Type
tool BaseTool
craftItem Server.Engines.Craft.CraftItem
resHue int
Résultat int

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

ScaleUses() public méthode

public ScaleUses ( ) : void
Résultat void

Serialize() public méthode

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

UnscaleUses() public méthode

public UnscaleUses ( ) : void
Résultat void