C# Class Server.Items.Moongate

Inheritance: Item
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
Moongate System
Moongate System
Moongate System

Public Methods

Method Description
BeginConfirmation ( Mobile from ) : void
CheckGate ( Mobile m, int range ) : void
DelayCallback ( Mobile from, int range ) : void
Deserialize ( GenericReader reader ) : void
EndConfirmation ( Mobile from ) : void
IsInTown ( Point3D p, Map map ) : bool
Moongate ( Serial serial ) : System
OnDoubleClick ( Mobile from ) : void
OnGateUsed ( Mobile m ) : void
OnMoveOver ( Mobile m ) : bool
Serialize ( GenericWriter writer ) : void
UseGate ( Mobile m ) : void
ValidateUse ( Mobile from, bool message ) : bool

Private Methods

Method Description
Moongate ( ) : System
Moongate ( Point3D target, Map targetMap ) : System
Moongate ( bool bDispellable ) : System

Method Details

BeginConfirmation() public method

public BeginConfirmation ( Mobile from ) : void
from Mobile
return void

CheckGate() public method

public CheckGate ( Mobile m, int range ) : void
m Mobile
range int
return void

DelayCallback() public method

public DelayCallback ( Mobile from, int range ) : void
from Mobile
range int
return void

Deserialize() public method

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

EndConfirmation() public method

public EndConfirmation ( Mobile from ) : void
from Mobile
return void

IsInTown() public static method

public static IsInTown ( Point3D p, Map map ) : bool
p Point3D
map Map
return bool

Moongate() public method

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

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnGateUsed() public method

public OnGateUsed ( Mobile m ) : void
m Mobile
return void

OnMoveOver() public method

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

Serialize() public method

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

UseGate() public method

public UseGate ( Mobile m ) : void
m Mobile
return void

ValidateUse() public method

public ValidateUse ( Mobile from, bool message ) : bool
from Mobile
message bool
return bool