C# 클래스 Server.Items.BaseContainer

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

공개 메소드들

메소드 설명
BaseContainer ( Serial serial ) : System.Collections.Generic
BaseContainer ( int itemID ) : System.Collections.Generic
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
CheckItemUse ( Mobile from, Item item ) : bool
Deserialize ( GenericReader reader ) : void
IsAccessibleTo ( Mobile m ) : bool
OnDoubleClick ( Mobile from ) : void
OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
Open ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool
UpdateTotal ( Item sender, TotalType type, int delta ) : void

메소드 상세

BaseContainer() 공개 메소드

public BaseContainer ( Serial serial ) : System.Collections.Generic
serial Serial
리턴 System.Collections.Generic

BaseContainer() 공개 메소드

public BaseContainer ( int itemID ) : System.Collections.Generic
itemID int
리턴 System.Collections.Generic

CheckHold() 공개 메소드

public CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
m Mobile
item Item
message bool
checkItems bool
plusItems int
plusWeight int
리턴 bool

CheckItemUse() 공개 메소드

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
리턴 bool

Deserialize() 공개 메소드

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

IsAccessibleTo() 공개 메소드

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

OnDoubleClick() 공개 메소드

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

OnDragDropInto() 공개 메소드

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

Open() 공개 메소드

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

Serialize() 공개 메소드

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

TryDropItem() 공개 메소드

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

UpdateTotal() 공개 메소드

public UpdateTotal ( Item sender, TotalType type, int delta ) : void
sender Item
type TotalType
delta int
리턴 void