C# 클래스 Server.Gumps.PlayerVendorCustomizeGump.CustomItem

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
Create ( ) : Item
CustomItem ( Type type, int loc ) : System
CustomItem ( Type type, int loc, int art ) : System
CustomItem ( Type type, int itemID, int loc, int art, bool longText ) : System
CustomItem ( int itemID, int loc ) : System
CustomItem ( int itemID, int loc, bool longText ) : System

메소드 상세

Create() 공개 메소드

public Create ( ) : Item
리턴 Item

CustomItem() 공개 메소드

public CustomItem ( Type type, int loc ) : System
type System.Type
loc int
리턴 System

CustomItem() 공개 메소드

public CustomItem ( Type type, int loc, int art ) : System
type System.Type
loc int
art int
리턴 System

CustomItem() 공개 메소드

public CustomItem ( Type type, int itemID, int loc, int art, bool longText ) : System
type System.Type
itemID int
loc int
art int
longText bool
리턴 System

CustomItem() 공개 메소드

public CustomItem ( int itemID, int loc ) : System
itemID int
loc int
리턴 System

CustomItem() 공개 메소드

public CustomItem ( int itemID, int loc, bool longText ) : System
itemID int
loc int
longText bool
리턴 System