C# Class Server.Mobiles.ThiefGuildmaster

Inheritance: BaseGuildmaster
Exibir arquivo Open project: zuluhotelaustralia/zuluhotel Class Usage Examples

Public Methods

Method 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

Method Description
ThiefGuildmaster ( ) : System
ThiefGuildmaster ( Serial serial ) : System

Method Details

CheckCustomReqs() public method

public CheckCustomReqs ( PlayerMobile pm ) : bool
pm PlayerMobile
return bool

Deserialize() public method

public Deserialize ( IGenericReader reader ) : void
reader IGenericReader
return void

HandlesOnSpeech() public method

public HandlesOnSpeech ( Mobile from ) : bool
from Mobile
return bool

InitOutfit() public method

public InitOutfit ( ) : void
return void

OnGoldGiven() public method

public OnGoldGiven ( Mobile from, Gold dropped ) : bool
from Mobile
dropped Gold
return bool

OnSpeech() public method

public OnSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
return void

SayWelcomeTo() public method

public SayWelcomeTo ( Mobile m ) : void
m Mobile
return void

Serialize() public method

public Serialize ( IGenericWriter writer ) : void
writer IGenericWriter
return void