C# Class Felladrin.Items.BoundlessBag

Inheritance: Server.Items.BaseContainer, IDyable
Afficher le fichier Open project: felladrin/last-wish

Méthodes publiques

Méthode 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 méthode

public BoundlessBag ( ) : System
Résultat System

BoundlessBag() public méthode

public BoundlessBag ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

CheckHold() public méthode

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
Résultat bool

Deserialize() public méthode

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Résultat void

Dye() public méthode

public Dye ( Server.Mobile from, DyeTub sender ) : bool
from Server.Mobile
sender Server.Items.DyeTub
Résultat bool

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

InTypeList() public static méthode

public static InTypeList ( Item item, Type types ) : bool
item Item
types System.Type
Résultat bool

OnDragDrop() public méthode

public OnDragDrop ( Server.Mobile from, Item dropped ) : bool
from Server.Mobile
dropped Item
Résultat bool

OnDragDropInto() public méthode

public OnDragDropInto ( Server.Mobile from, Item item, Server.Point3D p ) : bool
from Server.Mobile
item Item
p Server.Point3D
Résultat bool

Serialize() public méthode

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Résultat void