![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Description r�sum�e de CraftingMgr. More...
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. |
Description r�sum�e de CraftingMgr.
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
skill |
static bool DOL.GS.CraftingMgr.Init | ( | ) | [static] |
Initialize the crafting system.
AbstractCraftingSkill [] DOL.GS.CraftingMgr.m_craftingskills = new AbstractCraftingSkill[(int)eCraftingSkill._Last] [static, protected] |
Hold all crafting skill.