C# Class Server.Items.BaseDoor

Inheritance: BaseItem, ILockable, ITelekinesisable
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description
ChainLink_OnCommand void
ChainLink_OnTarget void
CheckFit bool
EventSink_OpenDoorMacroUsed void
Link_OnCommand void
Link_OnFirstTarget void
Link_OnSecondTarget void

Méthodes publiques

Méthode Description
BaseDoor ( Serial serial ) : System
BaseDoor ( int closedID, int openedID, int openedSound, int closedSound, Point3D offset ) : System
CanClose ( ) : bool
Deserialize ( GenericReader reader ) : void
GetChain ( ) : List
GetOffset ( DoorFacing facing ) : Point3D
Initialize ( ) : void
IsFreeToClose ( ) : bool
IsInside ( Mobile from ) : bool
OnClosed ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnOpened ( Mobile from ) : void
OnTelekinesis ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
Use ( Mobile from ) : void
UseLocks ( ) : bool

Private Methods

Méthode Description
ChainLink_OnCommand ( CommandEventArgs e ) : void
ChainLink_OnTarget ( Mobile from, object targeted, object state ) : void
CheckFit ( Map map, Point3D p, int height ) : bool
EventSink_OpenDoorMacroUsed ( OpenDoorMacroEventArgs args ) : void
Link_OnCommand ( CommandEventArgs e ) : void
Link_OnFirstTarget ( Mobile from, object targeted ) : void
Link_OnSecondTarget ( Mobile from, object targeted, object state ) : void

Method Details

BaseDoor() public méthode

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

BaseDoor() public méthode

public BaseDoor ( int closedID, int openedID, int openedSound, int closedSound, Point3D offset ) : System
closedID int
openedID int
openedSound int
closedSound int
offset Point3D
Résultat System

CanClose() public méthode

public CanClose ( ) : bool
Résultat bool

Deserialize() public méthode

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

GetChain() public méthode

public GetChain ( ) : List
Résultat List

GetOffset() public static méthode

public static GetOffset ( DoorFacing facing ) : Point3D
facing DoorFacing
Résultat Point3D

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsFreeToClose() public méthode

public IsFreeToClose ( ) : bool
Résultat bool

IsInside() public méthode

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

OnClosed() public méthode

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

OnDoubleClick() public méthode

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

OnOpened() public méthode

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

OnTelekinesis() public méthode

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

Serialize() public méthode

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

Use() public méthode

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

UseLocks() public méthode

public UseLocks ( ) : bool
Résultat bool