C# 클래스 Felladrin.Items.BoundlessBag

상속: Server.Items.BaseContainer, IDyable
파일 보기 프로젝트 열기: felladrin/last-wish

공개 메소드들

메소드 설명
BoundlessBag ( ) : System
BoundlessBag ( Server.Serial serial ) : System
CheckHold ( Server.Mobile m, Item item, bool message, bool checkItems, int plusItems, int plusWeight ) : bool
Deserialize ( Server.GenericReader reader ) : void
Dye ( Server.Mobile from, DyeTub sender ) : bool
GetProperties ( ObjectPropertyList list ) : void
InTypeList ( Item item, Type types ) : bool
OnDragDrop ( Server.Mobile from, Item dropped ) : bool
OnDragDropInto ( Server.Mobile from, Item item, Server.Point3D p ) : bool
Serialize ( Server.GenericWriter writer ) : void

메소드 상세

BoundlessBag() 공개 메소드

public BoundlessBag ( ) : System
리턴 System

BoundlessBag() 공개 메소드

public BoundlessBag ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

CheckHold() 공개 메소드

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

Deserialize() 공개 메소드

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

Dye() 공개 메소드

public Dye ( Server.Mobile from, DyeTub sender ) : bool
from Server.Mobile
sender Server.Items.DyeTub
리턴 bool

GetProperties() 공개 메소드

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

InTypeList() 공개 정적인 메소드

public static InTypeList ( Item item, Type types ) : bool
item Item
types System.Type
리턴 bool

OnDragDrop() 공개 메소드

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

OnDragDropInto() 공개 메소드

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

Serialize() 공개 메소드

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