C# 클래스 Server.Mobiles.GenericBuyInfo

상속: IBuyItemInfo
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsDeleted ( IEntity obj ) : bool

메소드 상세

DeleteDisplayEntity() 공개 메소드

public DeleteDisplayEntity ( ) : void
리턴 void

GenericBuyInfo() 공개 메소드

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

GenericBuyInfo() 공개 메소드

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
리턴 System

GenericBuyInfo() 공개 메소드

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
리턴 System

GenericBuyInfo() 공개 메소드

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
리턴 System

GetDisplayEntity() 공개 메소드

public GetDisplayEntity ( ) : IEntity
리턴 IEntity

GetEntity() 공개 메소드

public GetEntity ( ) : IEntity
리턴 IEntity

OnRestock() 공개 메소드

public OnRestock ( ) : void
리턴 void

Restock() 공개 메소드

public Restock ( Item item, int amount ) : bool
item Item
amount int
리턴 bool