C# Class Server.Engines.Craft.CraftGump

Inheritance: Server.Gumps.Gump
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CraftGump ( Mobile from, CraftSystem craftSystem, BaseTool tool, object notice ) : System
CraftItem ( CraftItem item ) : void
CreateGroupList ( ) : int
CreateItemList ( int selectedGroup ) : void
CreateMakeLastList ( ) : void
CreateResList ( bool opt, Mobile from ) : void
GetButtonID ( int type, int index ) : int
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void

Private Methods

Method Description
CraftGump ( Mobile from, CraftSystem craftSystem, BaseTool tool, object notice, CraftPage page ) : System

Method Details

CraftGump() public method

public CraftGump ( Mobile from, CraftSystem craftSystem, BaseTool tool, object notice ) : System
from Mobile
craftSystem CraftSystem
tool Server.Items.BaseTool
notice object
return System

CraftItem() public method

public CraftItem ( CraftItem item ) : void
item CraftItem
return void

CreateGroupList() public method

public CreateGroupList ( ) : int
return int

CreateItemList() public method

public CreateItemList ( int selectedGroup ) : void
selectedGroup int
return void

CreateMakeLastList() public method

public CreateMakeLastList ( ) : void
return void

CreateResList() public method

public CreateResList ( bool opt, Mobile from ) : void
opt bool
from Mobile
return void

GetButtonID() public static method

public static GetButtonID ( int type, int index ) : int
type int
index int
return int

OnResponse() public method

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info Server.Gumps.RelayInfo
return void