Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.CraftingMgr Class Reference

Description r�sum�e de CraftingMgr. More...

List of all members.

Static Public Member Functions

static AbstractCraftingSkill getSkillbyEnum (eCraftingSkill skill)
 get a crafting skill by the enum index
static bool Init ()
 Initialize the crafting system.
static eCraftingSkill GetSecondaryCraftingSkillToWorkOnItem (InventoryItem item)
 Return the crafting skill needed to work on the item.
static int GetItemCraftLevel (InventoryItem item)
 Return the approximative craft level of the item.

Static Protected Attributes

static AbstractCraftingSkill[] m_craftingskills = new AbstractCraftingSkill[(int)eCraftingSkill._Last]
 Hold all crafting skill.

Detailed Description

Description r�sum�e de CraftingMgr.


Member Function Documentation

static int DOL.GS.CraftingMgr.GetItemCraftLevel ( InventoryItem  item) [static]

Return the approximative craft level of the item.

static eCraftingSkill DOL.GS.CraftingMgr.GetSecondaryCraftingSkillToWorkOnItem ( InventoryItem  item) [static]

Return the crafting skill needed to work on the item.

static AbstractCraftingSkill DOL.GS.CraftingMgr.getSkillbyEnum ( eCraftingSkill  skill) [static]

get a crafting skill by the enum index

Parameters:
skill
Returns:
static bool DOL.GS.CraftingMgr.Init ( ) [static]

Initialize the crafting system.

Returns:

Member Data Documentation

AbstractCraftingSkill [] DOL.GS.CraftingMgr.m_craftingskills = new AbstractCraftingSkill[(int)eCraftingSkill._Last] [static, protected]

Hold all crafting skill.


The documentation for this class was generated from the following file:
All Classes Namespaces Functions Variables Enumerations Properties Events