Server.Gumps.PlayerVendorCustomizeGump.CustomItem.CustomItem C# (CSharp) Méthode

CustomItem() public méthode

public CustomItem ( Type type, int loc ) : System
type System.Type
loc int
Résultat System
			public CustomItem( Type type, int loc ) : this( type, loc, 0 )
			{
			}

Same methods

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