C# Class Server.Mobiles.PackLlama

Inheritance: BaseCreature
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
PackLlama ( ) : System.Collections.Generic

Method Details

CheckNonlocalDrop() public méthode

public CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool
from Mobile
item Item
target Item
Résultat bool

CheckNonlocalLift() public méthode

public CheckNonlocalLift ( Mobile from, Item item ) : bool
from Mobile
item Item
Résultat bool

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
Résultat void

GetInventoryMoveResultFor() public méthode

public GetInventoryMoveResultFor ( Item item ) : DeathMoveResult
item Item
Résultat DeathMoveResult

IsSnoop() public méthode

public IsSnoop ( Mobile from ) : bool
from Mobile
Résultat bool

OnBeforeDeath() public méthode

public OnBeforeDeath ( ) : bool
Résultat bool

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnDragDrop() public méthode

public OnDragDrop ( Mobile from, Item item ) : bool
from Mobile
item Item
Résultat bool

PackLlama() public méthode

public PackLlama ( Serial serial ) : System.Collections.Generic
serial Serial
Résultat System.Collections.Generic

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void