C# Class Server.Mobiles.PackHorse

Inheritance: BaseCreature
Exibir arquivo Open project: brodock/runuo Class Usage Examples

Public Methods

Method Description
CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool
CheckNonlocalLift ( Mobile from, Item item ) : bool
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
GetInventoryMoveResultFor ( Item item ) : DeathMoveResult
IsSnoop ( Mobile from ) : bool
OnBeforeDeath ( ) : bool
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Item item ) : bool
PackHorse ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
PackHorse ( ) : System

Method Details

CheckNonlocalDrop() public method

public CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool
from Mobile
item Item
target Item
return bool

CheckNonlocalLift() public method

public CheckNonlocalLift ( Mobile from, Item item ) : bool
from Mobile
item Item
return bool

Deserialize() public method

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

GetContextMenuEntries() public method

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
return void

GetInventoryMoveResultFor() public method

public GetInventoryMoveResultFor ( Item item ) : DeathMoveResult
item Item
return DeathMoveResult

IsSnoop() public method

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

OnBeforeDeath() public method

public OnBeforeDeath ( ) : bool
return bool

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnDragDrop() public method

public OnDragDrop ( Mobile from, Item item ) : bool
from Mobile
item Item
return bool

PackHorse() public method

public PackHorse ( Serial serial ) : System
serial Serial
return System

Serialize() public method

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