C# Class Server.Items.ConditionTeleporter

Inheritance: Teleporter
Exibir arquivo Open project: Grimoric/RunUO.T2A

Private Properties

Property Type Description
ConditionTeleporter System

Public Methods

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

Protected Methods

Method Description
GetFlag ( ConditionFlag flag ) : bool
SetFlag ( ConditionFlag flag, bool value ) : void

Private Methods

Method Description
ConditionTeleporter ( ) : System

Method Details

CanTeleport() public method

public CanTeleport ( Mobile m ) : bool
m Mobile
return bool

ConditionTeleporter() public method

public ConditionTeleporter ( Serial serial ) : System
serial Serial
return System

Deserialize() public method

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

GetFlag() protected method

protected GetFlag ( ConditionFlag flag ) : bool
flag ConditionFlag
return bool

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

Serialize() public method

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

SetFlag() protected method

protected SetFlag ( ConditionFlag flag, bool value ) : void
flag ConditionFlag
value bool
return void