C# 클래스 Server.Items.BaseWaterContainer

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BaseWaterContainer ( Serial serial )
BaseWaterContainer ( int Item_Id, bool filled )
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
OnAosSingleClick ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnDragDropInto ( Mobile from, Server.Items.Item item, Point3D p ) : bool
OnSingleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

메소드 상세

BaseWaterContainer() 공개 메소드

public BaseWaterContainer ( Serial serial )
serial Serial

BaseWaterContainer() 공개 메소드

public BaseWaterContainer ( int Item_Id, bool filled )
Item_Id int
filled bool

Deserialize() 공개 메소드

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

GetProperties() 공개 메소드

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

OnAosSingleClick() 공개 메소드

public OnAosSingleClick ( Mobile from ) : void
from Mobile
리턴 void

OnDoubleClick() 공개 메소드

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

OnDragDropInto() 공개 메소드

public OnDragDropInto ( Mobile from, Server.Items.Item item, Point3D p ) : bool
from Mobile
item Server.Items.Item
p Point3D
리턴 bool

OnSingleClick() 공개 메소드

public OnSingleClick ( Mobile from ) : void
from Mobile
리턴 void

Serialize() 공개 메소드

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