C# Class Server.Items.BaseHouseDoor

Inheritance: BaseDoor, ISecurable
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BaseHouseDoor ( DoorFacing facing, int closedID, int openedID, int openedSound, int closedSound, Server.Point3D offset ) : System
BaseHouseDoor ( Server.Serial serial ) : System
Deserialize ( Server.GenericReader reader ) : void
FindHouse ( ) : BaseHouse
IsInside ( Server.Mobile from ) : bool
OnOpened ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

Method Details

BaseHouseDoor() public méthode

public BaseHouseDoor ( DoorFacing facing, int closedID, int openedID, int openedSound, int closedSound, Server.Point3D offset ) : System
facing DoorFacing
closedID int
openedID int
openedSound int
closedSound int
offset Server.Point3D
Résultat System

BaseHouseDoor() public méthode

public BaseHouseDoor ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

Deserialize() public méthode

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

FindHouse() public méthode

public FindHouse ( ) : BaseHouse
Résultat BaseHouse

IsInside() public méthode

public IsInside ( Server.Mobile from ) : bool
from Server.Mobile
Résultat bool

OnOpened() public méthode

public OnOpened ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

Serialize() public méthode

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