ConstructibleObject Script

Extends: MiscObject Script

Script for the manipulation of constructible object base objects.

DefinitionEdit

ScriptName ConstructibleObject extends MiscObject

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

None

SKSE Member FunctionsEdit

Form GetResult()
  • Returns the form created by this recipe.
SetResult(Form result)
  • Changes the form created by this recipe.
Int GetResultQuantity()
  • Returns the quantity of the result created by this recipe.
SetResultQuantity(Int quantity)
  • Changes the quantity of the result created by this recipe.
Int GetNumIngredients()
  • Returns the number of ingredients needed by this recipe.
Form GetNthIngredient(Int n)
  • Returns the specified ingredient needed by this recipe.
SetNthIngredient(Form required, Int n)
  • Changes the specified ingredient needed by this recipe.
Int GetNthIngredientQuantity(Int n)
  • Returns the quantity needed of the specified ingredient for this recipe.
SetNthIngredientQuantity(Int value, Int n)
  • Changes the quantity needed of the specified ingredient for this recipe.
Keyword GetWorkbenchKeyword()
  • Returns the keyword of the workbench needed for this recipe.
SetWorkbenchKeyword(String keyword)
  • Changes the keyword of the workbench needed for this recipe.


EventsEdit

None