C# Class Server.Mobiles.GenericBuyInfo

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

Méthodes publiques

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

Méthode Description
IsDeleted ( IEntity obj ) : bool

Method Details

DeleteDisplayEntity() public méthode

public DeleteDisplayEntity ( ) : void
Résultat void

GenericBuyInfo() public méthode

public GenericBuyInfo ( Type type, int price, int amount, int itemID, int hue ) : System
type System.Type
price int
amount int
itemID int
hue int
Résultat System

GenericBuyInfo() public méthode

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
Résultat System

GenericBuyInfo() public méthode

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
Résultat System

GenericBuyInfo() public méthode

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
Résultat System

GetDisplayEntity() public méthode

public GetDisplayEntity ( ) : IEntity
Résultat IEntity

GetEntity() public méthode

public GetEntity ( ) : IEntity
Résultat IEntity

OnRestock() public méthode

public OnRestock ( ) : void
Résultat void

Restock() public méthode

public Restock ( Item item, int amount ) : bool
item Item
amount int
Résultat bool