Click or drag to resize

CraftingManager Methods

The CraftingManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetQuality
List of how many high quality materials to use for each ingredient in the recipe. Example HQMats="0,3,2" This will use all normal items for the first ingredient, 3 high quality items for the second, and 2 high quality items for the third. Default: all zero. Special numbers: If you set an index to -1 then it will prefer high quality mats, and then use normal mats once you run out of high quality. A value of -2 will use normal quality until you run out then use high quality.
Public methodStatic memberSetRecipe
Attempts to select the provided recipe
Top
See Also