C# 클래스 Server.Items.BaseHouseDoor

상속: BaseDoor, ISecurable
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

BaseHouseDoor() 공개 메소드

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
리턴 System

BaseHouseDoor() 공개 메소드

public BaseHouseDoor ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

Deserialize() 공개 메소드

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
리턴 void

FindHouse() 공개 메소드

public FindHouse ( ) : BaseHouse
리턴 BaseHouse

IsInside() 공개 메소드

public IsInside ( Server.Mobile from ) : bool
from Server.Mobile
리턴 bool

OnOpened() 공개 메소드

public OnOpened ( Server.Mobile from ) : void
from Server.Mobile
리턴 void

Serialize() 공개 메소드

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
리턴 void