C# 클래스 Server.Items.InteriorDecorator

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

Private Properties

프로퍼티 타입 설명
InteriorDecorator Server.Network

공개 메소드들

메소드 설명
CheckUse ( Server.Mobile from ) : bool
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
InHouse ( Server.Mobile from ) : bool
InteriorDecorator ( Server.Serial serial ) : Server.Network
OnDoubleClick ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

비공개 메소드들

메소드 설명
InteriorDecorator ( ) : Server.Network

메소드 상세

CheckUse() 공개 정적인 메소드

public static CheckUse ( Server.Mobile from ) : bool
from Server.Mobile
리턴 bool

Deserialize() 공개 메소드

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

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
리턴 void

InHouse() 공개 정적인 메소드

public static InHouse ( Server.Mobile from ) : bool
from Server.Mobile
리턴 bool

InteriorDecorator() 공개 메소드

public InteriorDecorator ( Server.Serial serial ) : Server.Network
serial Server.Serial
리턴 Server.Network

OnDoubleClick() 공개 메소드

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

Serialize() 공개 메소드

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