C# Class Server.Items.Runebook

Inheritance: Item, ISecurable, ICraftable
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Свойство Type Description
UseDelay System.TimeSpan

Private Properties

Свойство Type Description
Runebook System
Runebook System

Méthodes publiques

Méthode Description
AllowEquipedCast ( Mobile from ) : bool
CheckAccess ( Mobile m ) : bool
Deserialize ( GenericReader reader ) : void
DropRune ( Mobile from, RunebookEntry e, int index ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
GetProperties ( ObjectPropertyList list ) : void
IsOpen ( Mobile toCheck ) : bool
OnAfterDuped ( Item newItem ) : void
OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Item dropped ) : bool
OnDragLift ( Mobile from ) : bool
OnSingleClick ( Mobile from ) : void
OnTravel ( ) : void
Runebook ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
Runebook ( ) : System
Runebook ( int maxCharges ) : System

Method Details

AllowEquipedCast() public méthode

public AllowEquipedCast ( Mobile from ) : bool
from Mobile
Résultat bool

CheckAccess() public méthode

public CheckAccess ( Mobile m ) : bool
m Mobile
Résultat bool

Deserialize() public méthode

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

DropRune() public méthode

public DropRune ( Mobile from, RunebookEntry e, int index ) : void
from Mobile
e RunebookEntry
index int
Résultat void

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
Résultat void

GetProperties() public méthode

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

IsOpen() public méthode

public IsOpen ( Mobile toCheck ) : bool
toCheck Mobile
Résultat bool

OnAfterDuped() public méthode

public OnAfterDuped ( Item newItem ) : void
newItem Item
Résultat void

OnCraft() public méthode

public OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
quality int
makersMark bool
from 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 ( Mobile from ) : void
from Mobile
Résultat void

OnDragDrop() public méthode

public OnDragDrop ( Mobile from, Item dropped ) : bool
from Mobile
dropped Item
Résultat bool

OnDragLift() public méthode

public OnDragLift ( Mobile from ) : bool
from Mobile
Résultat bool

OnSingleClick() public méthode

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

OnTravel() public méthode

public OnTravel ( ) : void
Résultat void

Runebook() public méthode

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

Serialize() public méthode

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

Property Details

UseDelay public_oe static_oe property

public static TimeSpan,System UseDelay
Résultat System.TimeSpan