C# Class Server.Gumps.PlayerVendorCustomizeGump.CustomItem

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

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

public Create ( ) : Item
Résultat Item

CustomItem() public méthode

public CustomItem ( Type type, int loc ) : System
type System.Type
loc int
Résultat System

CustomItem() public méthode

public CustomItem ( Type type, int loc, int art ) : System
type System.Type
loc int
art int
Résultat System

CustomItem() public méthode

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

CustomItem() public méthode

public CustomItem ( int itemID, int loc ) : System
itemID int
loc int
Résultat System

CustomItem() public méthode

public CustomItem ( int itemID, int loc, bool longText ) : System
itemID int
loc int
longText bool
Résultat System