Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.SiegeCrafting Class Reference
Inheritance diagram for DOL.GS.SiegeCrafting:
DOL.GS.AbstractProfession DOL.GS.AbstractCraftingSkill

List of all members.

Public Member Functions

override void GainCraftingSkillPoints (GamePlayer player, DBCraftedItem recipe, IList< DBCraftedXItem > rawMaterials)
 Gain a point in the appropriate skills for a recipe and materials.

Protected Member Functions

override void BuildCraftedItem (GamePlayer player, DBCraftedItem recipe, ItemTemplate itemToCraft)
 Make the crafted item and add it to player's inventory.

Properties

override string CRAFTER_TITLE_PREFIX [get]
override String Profession [get]

Member Function Documentation

override void DOL.GS.SiegeCrafting.BuildCraftedItem ( GamePlayer  player,
DBCraftedItem  recipe,
ItemTemplate  itemToCraft 
) [protected, virtual]

Make the crafted item and add it to player's inventory.

Parameters:
player
recipe
Returns:

Reimplemented from DOL.GS.AbstractCraftingSkill.

override void DOL.GS.SiegeCrafting.GainCraftingSkillPoints ( GamePlayer  player,
DBCraftedItem  recipe,
IList< DBCraftedXItem >  rawMaterials 
) [virtual]

Gain a point in the appropriate skills for a recipe and materials.

Reimplemented from DOL.GS.AbstractCraftingSkill.


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