C# Class Server.Items.SOS

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

Private Properties

Property Type Description
SOS System
SOS System
SOS System
ValidateDeepWater bool

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
FindLocation ( Map map ) : Point3D
OnDoubleClick ( Mobile from ) : void
SOS ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void
UpdateHue ( ) : void

Private Methods

Method Description
SOS ( ) : System
SOS ( Map map ) : System
SOS ( Map map, int level ) : System
ValidateDeepWater ( Map map, int x, int y ) : bool

Method Details

Deserialize() public method

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

FindLocation() public static method

public static FindLocation ( Map map ) : Point3D
map Map
return Point3D

OnDoubleClick() public method

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

SOS() public method

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

Serialize() public method

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

UpdateHue() public method

public UpdateHue ( ) : void
return void