C# Class Server.Items.PublicMoongate

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

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
Initialize ( ) : void
OnDoubleClick ( Mobile from ) : void
OnMoveOver ( Mobile m ) : bool
OnMovement ( Mobile m, Point3D oldLocation ) : void
PublicMoongate ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void
UseGate ( Mobile m ) : bool

Private Methods

Method Description
DeleteAll ( ) : void
MoonGen ( PMList list ) : int
MoonGen_OnCommand ( Server.Commands.CommandEventArgs e ) : void
PublicMoongate ( ) : System

Method Details

Deserialize() public method

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

Initialize() public static method

public static Initialize ( ) : void
return void

OnDoubleClick() public method

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

OnMoveOver() public method

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

OnMovement() public method

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
return void

PublicMoongate() public method

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

Serialize() public method

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

UseGate() public method

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