C# Class Server.Mobiles.GenericBuyInfo

Inheritance: IBuyItemInfo
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
DeleteDisplayEntity ( ) : void
GenericBuyInfo ( Type type, int price, int amount, int itemID, int hue ) : System
GenericBuyInfo ( Type type, int price, int amount, int itemID, int hue, object args ) : System
GenericBuyInfo ( string name, Type type, int price, int amount, int itemID, int hue ) : System
GenericBuyInfo ( string name, Type type, int price, int amount, int itemID, int hue, object args ) : System
GetDisplayEntity ( ) : IEntity
GetEntity ( ) : IEntity
OnRestock ( ) : void
Restock ( Item item, int amount ) : bool

Private Methods

Method Description
IsDeleted ( IEntity obj ) : bool

Method Details

DeleteDisplayEntity() public method

public DeleteDisplayEntity ( ) : void
return void

GenericBuyInfo() public method

public GenericBuyInfo ( Type type, int price, int amount, int itemID, int hue ) : System
type System.Type
price int
amount int
itemID int
hue int
return System

GenericBuyInfo() public method

public GenericBuyInfo ( Type type, int price, int amount, int itemID, int hue, object args ) : System
type System.Type
price int
amount int
itemID int
hue int
args object
return System

GenericBuyInfo() public method

public GenericBuyInfo ( string name, Type type, int price, int amount, int itemID, int hue ) : System
name string
type System.Type
price int
amount int
itemID int
hue int
return System

GenericBuyInfo() public method

public GenericBuyInfo ( string name, Type type, int price, int amount, int itemID, int hue, object args ) : System
name string
type System.Type
price int
amount int
itemID int
hue int
args object
return System

GetDisplayEntity() public method

public GetDisplayEntity ( ) : IEntity
return IEntity

GetEntity() public method

public GetEntity ( ) : IEntity
return IEntity

OnRestock() public method

public OnRestock ( ) : void
return void

Restock() public method

public Restock ( Item item, int amount ) : bool
item Item
amount int
return bool