C# Class Server.Mobiles.ThiefGuildmaster

Inheritance: BaseGuildmaster
Afficher le fichier Open project: zuluhotelaustralia/zuluhotel Class Usage Examples

Méthodes publiques

Méthode Description
CheckCustomReqs ( PlayerMobile pm ) : bool
Deserialize ( IGenericReader reader ) : void
HandlesOnSpeech ( Mobile from ) : bool
InitOutfit ( ) : void
OnGoldGiven ( Mobile from, Gold dropped ) : bool
OnSpeech ( SpeechEventArgs e ) : void
SayWelcomeTo ( Mobile m ) : void
Serialize ( IGenericWriter writer ) : void

Private Methods

Méthode Description
ThiefGuildmaster ( ) : System
ThiefGuildmaster ( Serial serial ) : System

Method Details

CheckCustomReqs() public méthode

public CheckCustomReqs ( PlayerMobile pm ) : bool
pm PlayerMobile
Résultat bool

Deserialize() public méthode

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

HandlesOnSpeech() public méthode

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

InitOutfit() public méthode

public InitOutfit ( ) : void
Résultat void

OnGoldGiven() public méthode

public OnGoldGiven ( Mobile from, Gold dropped ) : bool
from Mobile
dropped Gold
Résultat bool

OnSpeech() public méthode

public OnSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
Résultat void

SayWelcomeTo() public méthode

public SayWelcomeTo ( Mobile m ) : void
m Mobile
Résultat void

Serialize() public méthode

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