(static) void EventSink_OpenDoorMacroUsed( OpenDoorMacroEventArgs args )
(static) Point3D GetOffset( DoorFacing facing )
(static) void Initialize()
(ctor) BaseDoor( Serial serial )
(ctor) BaseDoor( int closedID, int openedID, int openedSound, int closedSound, Point3D offset )
int ClosedID( get; set; )
int ClosedSound( get; set; )
uint KeyValue( get; set; )
BaseDoor Link( get; set; )
bool Locked( get; set; )
Point3D Offset( get; set; )
bool Open( get; set; )
int OpenedID( get; set; )
int OpenedSound( get; set; )
bool CanClose()
virtual void Deserialize( GenericReader reader )
virtual bool IsInside( Mobile from )
virtual void OnDoubleClick( Mobile from )
virtual void OnTelekinesis( Mobile from )
virtual void Serialize( GenericWriter writer )
virtual void Use( Mobile from )