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 |
Method | Description | |
---|---|---|
CreatureBackpack ( string name ) : System.Collections.Generic |
public AddNameProperty ( ObjectPropertyList list ) : void | ||
list | ObjectPropertyList | |
return | void |
public CreatureBackpack ( Serial serial ) : System.Collections.Generic | ||
serial | Serial | |
return | System.Collections.Generic |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public OnDragDropInto ( Mobile from, Item item, Point3D p ) : bool | ||
from | Mobile | |
item | Item | |
p | Point3D | |
return | bool |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |
public TryDropItem ( Mobile from, Item dropped, bool sendFullMessage ) : bool | ||
from | Mobile | |
dropped | Item | |
sendFullMessage | bool | |
return | bool |