Back to Server.Mobiles

GenericBuyInfo : IBuyItemInfo

Derived Types: AnimalBuyInfo, BeverageBuyInfo, PresetMapBuyInfo

Nested Types: DisplayCache

(ctor) GenericBuyInfo( Type type, int price, int amount, int itemID, int hue )
(ctor) GenericBuyInfo( string name, Type type, int price, int amount, int itemID, int hue )
(ctor) GenericBuyInfo( Type type, int price, int amount, int itemID, int hue, object[] args )
(ctor) GenericBuyInfo( string name, Type type, int price, int amount, int itemID, int hue, object[] args )
int Amount( get; set; )
object[] Args( get; set; )
bool CanCacheDisplay( get; )
int ControlSlots( get; )
int DefaultPrice( get; )
int Hue( get; set; )
int ItemID( get; set; )
int MaxAmount( get; set; )
string Name( get; set; )
int Price( get; set; )
int PriceScalar( get; set; )
Type Type( get; set; )
void DeleteDisplayEntity()
IEntity GetDisplayEntity()
virtual IEntity GetEntity()
bool IsDeleted( IEntity obj )
virtual void OnRestock()
virtual bool Restock( Item item, int amount )