C# 클래스 Server.Items.BankBox

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

공개 메소드들

메소드 설명
BankBox ( Mobile owner ) : System
BankBox ( Serial serial ) : System
Close ( ) : void
Deserialize ( GenericReader reader ) : void
IsAccessibleTo ( Mobile check ) : bool
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Item dropped ) : bool
OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
OnParentDeath ( Mobile parent ) : DeathMoveResult
OnSingleClick ( Mobile from ) : void
Open ( ) : void
Serialize ( GenericWriter writer ) : void

메소드 상세

BankBox() 공개 메소드

public BankBox ( Mobile owner ) : System
owner Mobile
리턴 System

BankBox() 공개 메소드

public BankBox ( Serial serial ) : System
serial Serial
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Deserialize() 공개 메소드

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

IsAccessibleTo() 공개 메소드

public IsAccessibleTo ( Mobile check ) : bool
check Mobile
리턴 bool

OnDoubleClick() 공개 메소드

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

OnDragDrop() 공개 메소드

public OnDragDrop ( Mobile from, Item dropped ) : bool
from Mobile
dropped Item
리턴 bool

OnDragDropInto() 공개 메소드

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

OnParentDeath() 공개 메소드

public OnParentDeath ( Mobile parent ) : DeathMoveResult
parent Mobile
리턴 DeathMoveResult

OnSingleClick() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : void
리턴 void

Serialize() 공개 메소드

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