Property | Type | Description | |
---|---|---|---|
AbandonDelay | System.TimeSpan | ||
DeleteTime | TimeSpan | ||
EscortDelay | TimeSpan |
Property | Type | Description | |
---|---|---|---|
BaseEscortable | System |
Method | Description | |
---|---|---|
AcceptEscorter ( Mobile m ) : bool | ||
AddCustomContextEntries ( Mobile from, List |
||
BaseEscortable ( Serial serial ) : System | ||
BeginDelete ( ) : void | ||
CanBeRenamedBy ( Mobile from ) : bool | ||
CheckAtDestination ( ) : bool | ||
Deserialize ( GenericReader reader ) : void | ||
GetDestination ( ) : Server.Mobiles.EscortDestinationInfo | ||
GetEscorter ( ) : Mobile | ||
GetPossibleDestinations ( ) : string[] | ||
HandlesOnSpeech ( Mobile from ) : bool | ||
InitBody ( ) : void | ||
InitOutfit ( ) : void | ||
OnAfterDelete ( ) : void | ||
OnBeforeDeath ( ) : bool | ||
OnSpeech ( SpeechEventArgs e ) : void | ||
OnThink ( ) : void | ||
PickRandomDestination ( ) : string | ||
SayDestinationTo ( Mobile m ) : bool | ||
Serialize ( GenericWriter writer ) : void | ||
StartFollow ( ) : void | ||
StartFollow ( Mobile escorter ) : void | ||
StopFollow ( ) : void |
Method | Description | |
---|---|---|
OnMove ( Direction d ) : bool |
Method | Description | |
---|---|---|
BaseEscortable ( ) : System |
public AddCustomContextEntries ( Mobile from, List |
||
from | Mobile | |
list | List |
|
return | void |
public BaseEscortable ( Serial serial ) : System | ||
serial | Serial | |
return | System |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public GetDestination ( ) : Server.Mobiles.EscortDestinationInfo | ||
return | Server.Mobiles.EscortDestinationInfo |
public GetPossibleDestinations ( ) : string[] | ||
return | string[] |
public HandlesOnSpeech ( Mobile from ) : bool | ||
from | Mobile | |
return | bool |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |
public StartFollow ( Mobile escorter ) : void | ||
escorter | Mobile | |
return | void |
public static TimeSpan,System AbandonDelay | ||
return | System.TimeSpan |