C# Class Server.Multis.BaseDockedBoat

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddNameProperty ( ObjectPropertyList list ) : void
BaseDockedBoat ( Serial serial ) : Server.Regions
BaseDockedBoat ( int id, Point3D offset, BaseBoat boat ) : Server.Regions
Deserialize ( GenericReader reader ) : void
OnDoubleClick ( Mobile from ) : void
OnPlacement ( Mobile from, Point3D p ) : void
OnSingleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

Method Details

AddNameProperty() public méthode

public AddNameProperty ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

BaseDockedBoat() public méthode

public BaseDockedBoat ( Serial serial ) : Server.Regions
serial Serial
Résultat Server.Regions

BaseDockedBoat() public méthode

public BaseDockedBoat ( int id, Point3D offset, BaseBoat boat ) : Server.Regions
id int
offset Point3D
boat BaseBoat
Résultat Server.Regions

Deserialize() public méthode

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

OnDoubleClick() public méthode

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

OnPlacement() public méthode

public OnPlacement ( Mobile from, Point3D p ) : void
from Mobile
p Point3D
Résultat void

OnSingleClick() public méthode

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

Serialize() public méthode

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