C# Class Server.Mobiles.AnimalTrainer

Inheritance: BaseVendor
ファイルを表示 Open project: brodock/runuo Class Usage Examples

Public Methods

Method Description
AddCustomContextEntries ( Server.Mobile from, List list ) : void
AnimalTrainer ( Server.Serial serial ) : System
BeginClaimList ( Server.Mobile from ) : void
BeginStable ( Server.Mobile from ) : void
CanClaim ( Server.Mobile from, BaseCreature pet ) : bool
Claim ( Server.Mobile from ) : void
Claim ( Server.Mobile from, string petName ) : void
Deserialize ( Server.GenericReader reader ) : void
EndClaimList ( Server.Mobile from, BaseCreature pet ) : void
EndStable ( Server.Mobile from, BaseCreature pet ) : void
GetMaxStabled ( Server.Mobile from ) : int
GetShoeHue ( ) : int
HandlesOnSpeech ( Server.Mobile from ) : bool
InitOutfit ( ) : void
InitSBInfo ( ) : void
OnSpeech ( SpeechEventArgs e ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
AnimalTrainer ( ) : System
CloseClaimList ( Server.Mobile from ) : void
DoClaim ( Server.Mobile from, BaseCreature pet ) : void

Method Details

AddCustomContextEntries() public method

public AddCustomContextEntries ( Server.Mobile from, List list ) : void
from Server.Mobile
list List
return void

AnimalTrainer() public method

public AnimalTrainer ( Server.Serial serial ) : System
serial Server.Serial
return System

BeginClaimList() public method

public BeginClaimList ( Server.Mobile from ) : void
from Server.Mobile
return void

BeginStable() public method

public BeginStable ( Server.Mobile from ) : void
from Server.Mobile
return void

CanClaim() public method

public CanClaim ( Server.Mobile from, BaseCreature pet ) : bool
from Server.Mobile
pet BaseCreature
return bool

Claim() public method

public Claim ( Server.Mobile from ) : void
from Server.Mobile
return void

Claim() public method

public Claim ( Server.Mobile from, string petName ) : void
from Server.Mobile
petName string
return void

Deserialize() public method

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

EndClaimList() public method

public EndClaimList ( Server.Mobile from, BaseCreature pet ) : void
from Server.Mobile
pet BaseCreature
return void

EndStable() public method

public EndStable ( Server.Mobile from, BaseCreature pet ) : void
from Server.Mobile
pet BaseCreature
return void

GetMaxStabled() public static method

public static GetMaxStabled ( Server.Mobile from ) : int
from Server.Mobile
return int

GetShoeHue() public method

public GetShoeHue ( ) : int
return int

HandlesOnSpeech() public method

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

InitOutfit() public method

public InitOutfit ( ) : void
return void

InitSBInfo() public method

public InitSBInfo ( ) : void
return void

OnSpeech() public method

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

Serialize() public method

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