C# Class Server.Mobiles.CustomHairstylist

Inheritance: BaseVendor
Afficher le fichier Open project: felladrin/last-wish Class Usage Examples

Méthodes publiques

Свойство Type Description
From object
Price object
Vendor object

Méthodes publiques

Méthode Description
CustomHairstylist ( Server.Serial serial ) : System
Deserialize ( Server.GenericReader reader ) : void
GetHairHue ( ) : int
InitOutfit ( ) : void
InitSBInfo ( ) : void
OnBuyItems ( Server.Mobile buyer, List list ) : bool
Serialize ( Server.GenericWriter writer ) : void
VendorBuy ( Server.Mobile from ) : void

Private Methods

Méthode Description
CustomHairstylist ( ) : System

Method Details

CustomHairstylist() public méthode

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

Deserialize() public méthode

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

GetHairHue() public méthode

public GetHairHue ( ) : int
Résultat int

InitOutfit() public méthode

public InitOutfit ( ) : void
Résultat void

InitSBInfo() public méthode

public InitSBInfo ( ) : void
Résultat void

OnBuyItems() public méthode

public OnBuyItems ( Server.Mobile buyer, List list ) : bool
buyer Server.Mobile
list List
Résultat bool

Serialize() public méthode

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

VendorBuy() public méthode

public VendorBuy ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

Property Details

From public_oe static_oe property

public static object From
Résultat object

Price public_oe static_oe property

public static object Price
Résultat object

Vendor public_oe static_oe property

public static object Vendor
Résultat object