C# Class Server.Items.BaseHouseDoor

Inheritance: BaseDoor, ISecurable
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return System

BaseHouseDoor() public method

public BaseHouseDoor ( Server.Serial serial ) : System
serial Server.Serial
return System

Deserialize() public method

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

FindHouse() public method

public FindHouse ( ) : BaseHouse
return BaseHouse

IsInside() public method

public IsInside ( Server.Mobile from ) : bool
from Server.Mobile
return bool

OnOpened() public method

public OnOpened ( Server.Mobile from ) : void
from Server.Mobile
return void

Serialize() public method

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