Method | Description | |
---|---|---|
CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool | ||
CheckNonlocalLift ( Mobile from, Item item ) : bool | ||
Deserialize ( GenericReader reader ) : void | ||
GetContextMenuEntries ( Mobile from, List |
||
GetInventoryMoveResultFor ( Item item ) : DeathMoveResult | ||
IsSnoop ( Mobile from ) : bool | ||
OnBeforeDeath ( ) : bool | ||
OnDoubleClick ( Mobile from ) : void | ||
OnDragDrop ( Mobile from, Item item ) : bool | ||
PackLlama ( Serial serial ) : System.Collections.Generic | ||
Serialize ( GenericWriter writer ) : void |
Method | Description | |
---|---|---|
PackLlama ( ) : System.Collections.Generic |
public CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool | ||
from | Mobile | |
item | Item | |
target | Item | |
return | bool |
public CheckNonlocalLift ( Mobile from, Item item ) : bool | ||
from | Mobile | |
item | Item | |
return | bool |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public GetContextMenuEntries ( Mobile from, List |
||
from | Mobile | |
list | List |
|
return | void |
public GetInventoryMoveResultFor ( Item item ) : DeathMoveResult | ||
item | Item | |
return | DeathMoveResult |
public OnDragDrop ( Mobile from, Item item ) : bool | ||
from | Mobile | |
item | Item | |
return | bool |
public PackLlama ( Serial serial ) : System.Collections.Generic | ||
serial | Serial | |
return | System.Collections.Generic |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |