C# Class Server.Gumps.PlayerVendorCustomizeGump.CustomItem

ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
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

Method Details

Create() public method

public Create ( ) : Item
return Item

CustomItem() public method

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

CustomItem() public method

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

CustomItem() public method

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

CustomItem() public method

public CustomItem ( int itemID, int loc ) : System
itemID int
loc int
return System

CustomItem() public method

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