C# Class Server.Items.SOS

Inheritance: Item
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description
SOS System
SOS System
SOS System
ValidateDeepWater bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

FindLocation() public static méthode

public static FindLocation ( Map map ) : Point3D
map Map
Résultat Point3D

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

SOS() public méthode

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

Serialize() public méthode

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

UpdateHue() public méthode

public UpdateHue ( ) : void
Résultat void