C# Class Server.Items.CreatureBackpack

Inheritance: Backpack
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AddNameProperty ( ObjectPropertyList list ) : void
CreatureBackpack ( Serial serial ) : System.Collections.Generic
Deserialize ( GenericReader reader ) : void
OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool
OnDragLift ( Mobile from ) : bool
OnItemRemoved ( Item item ) : void
Serialize ( GenericWriter writer ) : void
TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool

Private Methods

Méthode Description
CreatureBackpack ( string name ) : System.Collections.Generic

Method Details

AddNameProperty() public méthode

public AddNameProperty ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

CreatureBackpack() public méthode

public CreatureBackpack ( Serial serial ) : System.Collections.Generic
serial Serial
Résultat System.Collections.Generic

Deserialize() public méthode

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

OnDragDropInto() public méthode

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

OnDragLift() public méthode

public OnDragLift ( Mobile from ) : bool
from Mobile
Résultat bool

OnItemRemoved() public méthode

public OnItemRemoved ( Item item ) : void
item Item
Résultat void

Serialize() public méthode

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

TryDropItem() public méthode

public TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool
from Mobile
dropped Item
sendFullMessage bool
Résultat bool