Property | Type | Description | |
---|---|---|---|
CanBeVendorItem | bool | ||
FixDresswear | void | ||
NonLocalDropCallback | void | ||
OnItemGiven | void | ||
RemoveVendorItem | void | ||
SetVendorItem | |||
SetVendorItem |
Method | Description | |
---|---|---|
CanBeDamaged ( ) : bool | ||
CanInteractWith ( Mobile from, bool ownerOnly ) : bool | ||
CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool | ||
CheckNonlocalLift ( Mobile from, Item item ) : bool | ||
CollectGold ( Mobile to ) : void | ||
Deserialize ( GenericReader reader ) : void | ||
Destroy ( bool toBackpack ) : void | ||
Dismiss ( Mobile from ) : void | ||
DisplayPaperdollTo ( Mobile m ) : void | ||
GetVendorItem ( Item item ) : |
||
GiveGold ( Mobile to, int amount ) : int | ||
HandlesOnSpeech ( Mobile from ) : bool | ||
InitBody ( ) : void | ||
InitOutfit ( ) : void | ||
IsOwner ( Mobile m ) : bool | ||
IsSnoop ( Mobile from ) : bool | ||
OnAfterDelete ( ) : void | ||
OnDoubleClick ( Mobile from ) : void | ||
OnDragDrop ( Mobile from, Item item ) : bool | ||
OnItemRemoved ( Item item ) : void | ||
OnSpeech ( SpeechEventArgs e ) : void | ||
OnSubItemAdded ( Item item ) : void | ||
OnSubItemBounceCleared ( Item item ) : void | ||
OnSubItemRemoved ( Item item ) : void | ||
OpenBackpack ( Mobile from ) : void | ||
PlayerVendor ( Mobile owner, |
||
PlayerVendor ( Serial serial ) : System | ||
SendOwnerGump ( Mobile to ) : void | ||
Serialize ( GenericWriter writer ) : void | ||
TryToBuy ( Item item, Mobile from ) : void | ||
WasNamed ( string speech ) : bool |
Method | Description | |
---|---|---|
GetItems ( ) : List |
Method | Description | |
---|---|---|
CanBeVendorItem ( Item item ) : bool | ||
FixDresswear ( ) : void | ||
NonLocalDropCallback ( object state ) : void | ||
OnItemGiven ( Mobile from, Item item ) : void | ||
RemoveVendorItem ( Item item ) : void | ||
SetVendorItem ( Item item, int price, string description ) : |
||
SetVendorItem ( Item item, int price, string description, System.DateTime created ) : |
public CanInteractWith ( Mobile from, bool ownerOnly ) : bool | ||
from | Mobile | |
ownerOnly | bool | |
return | bool |
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 DisplayPaperdollTo ( Mobile m ) : void | ||
m | Mobile | |
return | void |
public GetVendorItem ( Item item ) : |
||
item | Item | |
return |
public GiveGold ( Mobile to, int amount ) : int | ||
to | Mobile | |
amount | int | |
return | int |
public HandlesOnSpeech ( Mobile from ) : bool | ||
from | Mobile | |
return | bool |
public OnDragDrop ( Mobile from, Item item ) : bool | ||
from | Mobile | |
item | Item | |
return | bool |
public OnSubItemBounceCleared ( Item item ) : void | ||
item | Item | |
return | void |
public PlayerVendor ( Mobile owner, |
||
owner | Mobile | |
house | ||
return | System |
public PlayerVendor ( Serial serial ) : System | ||
serial | Serial | |
return | System |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |
public static TryToBuy ( Item item, Mobile from ) : void | ||
item | Item | |
from | Mobile | |
return | void |