C# Class Server.Mobiles.BaseGuildmaster

Inheritance: BaseVendor
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode 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 méthode

public BaseGuildmaster ( Serial serial ) : System
serial Serial
Résultat System

BaseGuildmaster() public méthode

public BaseGuildmaster ( string title ) : System
title string
Résultat System

CheckCustomReqs() public méthode

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

Deserialize() public méthode

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

HandlesOnSpeech() public méthode

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

InitSBInfo() public méthode

public InitSBInfo ( ) : void
Résultat void

OnGoldGiven() public méthode

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

OnSpeech() public méthode

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

SayGuildTo() public méthode

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

SayPriceTo() public méthode

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

SayWelcomeTo() public méthode

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

Serialize() public méthode

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

WasNamed() public méthode

public WasNamed ( string speech ) : bool
speech string
Résultat bool