C# Class Server.Mobiles.BaseGuildmaster

Inheritance: BaseVendor
Datei anzeigen Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
BaseGuildmaster ( Serial serial ) : System
BaseGuildmaster ( string title ) : System
CheckCustomReqs ( PlayerMobile pm ) : bool
Deserialize ( GenericReader reader ) : void
HandlesOnSpeech ( Mobile from ) : bool
InitSBInfo ( ) : void
OnGoldGiven ( Mobile from, Gold dropped ) : bool
OnSpeech ( SpeechEventArgs e ) : void
SayGuildTo ( Mobile m ) : void
SayPriceTo ( Mobile m ) : void
SayWelcomeTo ( Mobile m ) : void
Serialize ( GenericWriter writer ) : void
WasNamed ( string speech ) : bool

Method Details

BaseGuildmaster() public method

public BaseGuildmaster ( Serial serial ) : System
serial Serial
return System

BaseGuildmaster() public method

public BaseGuildmaster ( string title ) : System
title string
return System

CheckCustomReqs() public method

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

Deserialize() public method

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

HandlesOnSpeech() public method

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

InitSBInfo() public method

public InitSBInfo ( ) : void
return void

OnGoldGiven() public method

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

OnSpeech() public method

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

SayGuildTo() public method

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

SayPriceTo() public method

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

SayWelcomeTo() public method

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

Serialize() public method

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

WasNamed() public method

public WasNamed ( string speech ) : bool
speech string
return bool