C# 클래스 Server.Mobiles.VendorBackpack

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

공개 메소드들

메소드 설명
CheckHold ( Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
CheckItemUse ( Mobile from, Item item ) : bool
CheckTarget ( Mobile from, Target targ, object targeted ) : bool
Deserialize ( GenericReader reader ) : void
GetChildContextMenuEntries ( Mobile from, List list, Item item ) : void
GetChildNameProperties ( ObjectPropertyList list, Item item ) : void
GetChildProperties ( ObjectPropertyList list, Item item ) : void
IsAccessibleTo ( Mobile m ) : bool
OnSingleClickContained ( Mobile from, Item item ) : void
Serialize ( GenericWriter writer ) : void
VendorBackpack ( ) : System
VendorBackpack ( Serial serial ) : System

메소드 상세

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

CheckTarget() 공개 메소드

public CheckTarget ( Mobile from, Target targ, object targeted ) : bool
from Mobile
targ Server.Targeting.Target
targeted object
리턴 bool

Deserialize() 공개 메소드

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

GetChildContextMenuEntries() 공개 메소드

public GetChildContextMenuEntries ( Mobile from, List list, Item item ) : void
from Mobile
list List
item Item
리턴 void

GetChildNameProperties() 공개 메소드

public GetChildNameProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
리턴 void

GetChildProperties() 공개 메소드

public GetChildProperties ( ObjectPropertyList list, Item item ) : void
list ObjectPropertyList
item Item
리턴 void

IsAccessibleTo() 공개 메소드

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

OnSingleClickContained() 공개 메소드

public OnSingleClickContained ( Mobile from, Item item ) : void
from Mobile
item Item
리턴 void

Serialize() 공개 메소드

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

VendorBackpack() 공개 메소드

public VendorBackpack ( ) : System
리턴 System

VendorBackpack() 공개 메소드

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