C# Class Server.Items.SpellScroll

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

Private Properties

Свойство Type Description
SpellScroll System.Collections.Generic
SpellScroll System.Collections.Generic

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnDoubleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
SpellScroll ( Serial serial ) : System.Collections.Generic

Private Methods

Méthode Description
SpellScroll ( int spellID, int itemID ) : System.Collections.Generic
SpellScroll ( int spellID, int itemID, int amount ) : System.Collections.Generic

Method Details

Deserialize() public méthode

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

GetContextMenuEntries() public méthode

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

OnDoubleClick() public méthode

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

Serialize() public méthode

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

SpellScroll() public méthode

public SpellScroll ( Serial serial ) : System.Collections.Generic
serial Serial
Résultat System.Collections.Generic