C# Class Server.Items.Gold

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

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
GetDropSound ( ) : int
GetTotal ( TotalType type ) : int
Gold ( Serial serial )
Serialize ( GenericWriter writer ) : void

Méthodes protégées

Méthode Description
OnAmountChange ( int oldValue ) : void

Private Methods

Méthode Description
Gold ( )
Gold ( int amount )
Gold ( int amountFrom, int amountTo )

Method Details

Deserialize() public méthode

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

GetDropSound() public méthode

public GetDropSound ( ) : int
Résultat int

GetTotal() public méthode

public GetTotal ( TotalType type ) : int
type TotalType
Résultat int

Gold() public méthode

public Gold ( Serial serial )
serial Serial

OnAmountChange() protected méthode

protected OnAmountChange ( int oldValue ) : void
oldValue int
Résultat void

Serialize() public méthode

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