C# Class Server.Mobiles.BaseEscortable

Inheritance: BaseCreature
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Свойство Type Description
AbandonDelay System.TimeSpan
DeleteTime TimeSpan
EscortDelay TimeSpan

Private Properties

Свойство Type Description
BaseEscortable System

Méthodes publiques

Méthode Description
AcceptEscorter ( Mobile m ) : bool
AddCustomContextEntries ( Mobile from, List list ) : void
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

Méthodes protégées

Méthode Description
OnMove ( Direction d ) : bool

Private Methods

Méthode Description
BaseEscortable ( ) : System

Method Details

AcceptEscorter() public méthode

public AcceptEscorter ( Mobile m ) : bool
m Mobile
Résultat bool

AddCustomContextEntries() public méthode

public AddCustomContextEntries ( Mobile from, List list ) : void
from Mobile
list List
Résultat void

BaseEscortable() public méthode

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

BeginDelete() public méthode

public BeginDelete ( ) : void
Résultat void

CanBeRenamedBy() public méthode

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

CheckAtDestination() public méthode

public CheckAtDestination ( ) : bool
Résultat bool

Deserialize() public méthode

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

GetDestination() public méthode

public GetDestination ( ) : Server.Mobiles.EscortDestinationInfo
Résultat Server.Mobiles.EscortDestinationInfo

GetEscorter() public méthode

public GetEscorter ( ) : Mobile
Résultat Mobile

GetPossibleDestinations() public méthode

public GetPossibleDestinations ( ) : string[]
Résultat string[]

HandlesOnSpeech() public méthode

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

InitBody() public méthode

public InitBody ( ) : void
Résultat void

InitOutfit() public méthode

public InitOutfit ( ) : void
Résultat void

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnBeforeDeath() public méthode

public OnBeforeDeath ( ) : bool
Résultat bool

OnMove() protected méthode

protected OnMove ( Direction d ) : bool
d Direction
Résultat bool

OnSpeech() public méthode

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

OnThink() public méthode

public OnThink ( ) : void
Résultat void

PickRandomDestination() public méthode

public PickRandomDestination ( ) : string
Résultat string

SayDestinationTo() public méthode

public SayDestinationTo ( Mobile m ) : bool
m Mobile
Résultat bool

Serialize() public méthode

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

StartFollow() public méthode

public StartFollow ( ) : void
Résultat void

StartFollow() public méthode

public StartFollow ( Mobile escorter ) : void
escorter Mobile
Résultat void

StopFollow() public méthode

public StopFollow ( ) : void
Résultat void

Property Details

AbandonDelay public_oe static_oe property

public static TimeSpan,System AbandonDelay
Résultat System.TimeSpan

DeleteTime public_oe static_oe property

public static TimeSpan DeleteTime
Résultat TimeSpan

EscortDelay public_oe static_oe property

public static TimeSpan EscortDelay
Résultat TimeSpan