Difference between revisions of "ConstructibleObject Script"
Reverted to List
imported>Behippo (→Member Functions: Added SKSE Member Function list) |
imported>CraftySentinel (Reverted to List) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
'''Extends:''' [[MiscObject Script]] | '''Extends:''' [[MiscObject Script]] | ||
Line 22: | Line 18: | ||
== SKSE Member Functions == | == SKSE Member Functions == | ||
''' | :'''Form [[GetResult - ConstructibleObject|GetResult]]()''' | ||
* | :*Returns the form created by this recipe. | ||
''' | :'''[[SetResult - ConstructibleObject|SetResult]](Form ''result'')''' | ||
* | :*Changes the form created by this recipe. | ||
''' | :'''Int [[GetResultQuantity - ConstructibleObject|GetResultQuantity]]()''' | ||
* | :*Returns the quantity of the result created by this recipe. | ||
''' | :'''[[SetResultQuantity - ConstructibleObject|SetResultQuantity]](Int ''quantity'')''' | ||
* | :*Changes the quantity of the result created by this recipe. | ||
''' | :'''Int [[GetNumIngredients - ConstructibleObject|GetNumIngredients]]()''' | ||
*Returns the | :*Returns the number of ingredients needed by this recipe. | ||
''' | :'''Form [[GetNthIngredient - ConstructibleObject|GetNthIngredient]](Int ''n'')''' | ||
* | :*Returns the specified ingredient needed by this recipe. | ||
''' | :'''[[SetNthIngredient - ConstructibleObject|SetNthIngredient]](Form ''required'', Int ''n'')''' | ||
* | :*Changes the specified ingredient needed by this recipe. | ||
''' | :'''Int [[GetNthIngredientQuantity - ConstructibleObject|GetNthIngredientQuantity]](Int ''n'')''' | ||
* | :*Returns the quantity needed of the specified ingredient for this recipe. | ||
'''Keyword | :'''[[SetNthIngredientQuantity - ConstructibleObject|SetNthIngredientQuantity]](Int ''value'', Int ''n'')''' | ||
*Returns the keyword of the workbench needed for this recipe. | :*Changes the quantity needed of the specified ingredient for this recipe. | ||
:'''Keyword [[GetWorkbenchKeyword - ConstructibleObject|GetWorkbenchKeyword]]()''' | |||
:*Returns the keyword of the workbench needed for this recipe. | |||
:'''[[SetWorkbenchKeyword - ConstructibleObject|SetWorkbenchKeyword]](String ''keyword'')''' | |||
:*Changes the keyword of the workbench needed for this recipe. | |||
== Events == | == Events == | ||
None | None | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:Script Objects]] | |||
[[Category:SKSE]] | |||
[[Category:SKSE Script Objects]] |