C# Class Server.Items.CreatureBackpack

Inheritance: Backpack
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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

Method Description
CreatureBackpack ( string name ) : System.Collections.Generic

Method Details

AddNameProperty() public method

public AddNameProperty ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

CreatureBackpack() public method

public CreatureBackpack ( Serial serial ) : System.Collections.Generic
serial Serial
return System.Collections.Generic

Deserialize() public method

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

OnDragDropInto() public method

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

OnDragLift() public method

public OnDragLift ( Mobile from ) : bool
from Mobile
return bool

OnItemRemoved() public method

public OnItemRemoved ( Item item ) : void
item Item
return void

Serialize() public method

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

TryDropItem() public method

public TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool
from Mobile
dropped Item
sendFullMessage bool
return bool