C# Class Felladrin.Items.BoundlessBag

Inheritance: Server.Items.BaseContainer, IDyable
Show file Open project: felladrin/last-wish

Public Methods

Method Description
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

Method Details

BoundlessBag() public method

public BoundlessBag ( ) : System
return System

BoundlessBag() public method

public BoundlessBag ( Server.Serial serial ) : System
serial Server.Serial
return System

CheckHold() public method

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
return bool

Deserialize() public method

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
return void

Dye() public method

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

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

InTypeList() public static method

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

OnDragDrop() public method

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

OnDragDropInto() public method

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

Serialize() public method

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
return void