C# Class Server.Mobiles.PackLlama

Inheritance: BaseCreature
Exibir arquivo Open project: Grimoric/RunUO.T2A 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
PackLlama ( Serial serial ) : System.Collections.Generic
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
PackLlama ( ) : System.Collections.Generic

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

PackLlama() public method

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

Serialize() public method

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