Method | Description | |
---|---|---|
AddCustomContextEntries ( Server.Mobile from, List |
||
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 |
Method | Description | |
---|---|---|
AnimalTrainer ( ) : System | ||
CloseClaimList ( Server.Mobile from ) : void | ||
DoClaim ( Server.Mobile from, BaseCreature pet ) : void |
public AddCustomContextEntries ( Server.Mobile from, List |
||
from | Server.Mobile | |
list | List |
|
return | void |
public AnimalTrainer ( Server.Serial serial ) : System | ||
serial | Server.Serial | |
return | System |
public BeginClaimList ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public BeginStable ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public CanClaim ( Server.Mobile from, BaseCreature pet ) : bool | ||
from | Server.Mobile | |
pet | BaseCreature | |
return | bool |
public Claim ( Server.Mobile from, string petName ) : void | ||
from | Server.Mobile | |
petName | string | |
return | void |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
return | void |
public EndClaimList ( Server.Mobile from, BaseCreature pet ) : void | ||
from | Server.Mobile | |
pet | BaseCreature | |
return | void |
public EndStable ( Server.Mobile from, BaseCreature pet ) : void | ||
from | Server.Mobile | |
pet | BaseCreature | |
return | void |
public static GetMaxStabled ( Server.Mobile from ) : int | ||
from | Server.Mobile | |
return | int |
public HandlesOnSpeech ( Server.Mobile from ) : bool | ||
from | Server.Mobile | |
return | bool |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |