C# Class Server.Items.ConditionTeleporter

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

Private Properties

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

Méthodes publiques

Méthode Description
CanTeleport ( Mobile m ) : bool
ConditionTeleporter ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
Serialize ( GenericWriter writer ) : void

Méthodes protégées

Méthode Description
GetFlag ( ConditionFlag flag ) : bool
SetFlag ( ConditionFlag flag, bool value ) : void

Private Methods

Méthode Description
ConditionTeleporter ( ) : System

Method Details

CanTeleport() public méthode

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

ConditionTeleporter() public méthode

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

Deserialize() public méthode

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

GetFlag() protected méthode

protected GetFlag ( ConditionFlag flag ) : bool
flag ConditionFlag
Résultat bool

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

Serialize() public méthode

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

SetFlag() protected méthode

protected SetFlag ( ConditionFlag flag, bool value ) : void
flag ConditionFlag
value bool
Résultat void