C# Class Server.Items.ArcaneGem

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

Méthodes publiques

Méthode Description
ArcaneGem ( Serial serial ) : System.Collections.Generic
ConsumeCharges ( Mobile from, int amount ) : bool
Deserialize ( GenericReader reader ) : void
GetChargesFor ( Mobile m ) : int
OnDoubleClick ( Mobile from ) : void
OnTarget ( Mobile from, object obj ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
ArcaneGem ( ) : System.Collections.Generic

Method Details

ArcaneGem() public méthode

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

ConsumeCharges() public static méthode

public static ConsumeCharges ( Mobile from, int amount ) : bool
from Mobile
amount int
Résultat bool

Deserialize() public méthode

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

GetChargesFor() public méthode

public GetChargesFor ( Mobile m ) : int
m Mobile
Résultat int

OnDoubleClick() public méthode

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

OnTarget() public méthode

public OnTarget ( Mobile from, object obj ) : void
from Mobile
obj object
Résultat void

Serialize() public méthode

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