The ConstructibleObject script is a part of Skyrim SE’s Papyrus scripting ecosystem. It is included with the base game, and is extended/modified by modded sources such as Skyrim Script Extender x64 (SKSE).
For this script, the Papyrus index knows about:
- 11 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- SKSE
Returns the quantity of the result created by a ConstructibleObject. (This function requires SKSE)
- Found in:
- SKSE
Changes the quantity of the result created by a ConstructibleObject. (This function requires SKSE)
- Found in:
- SKSE
Returns the number of Ingredients of a ConstructibleObject as Int. (This function requires SKSE)
- Found in:
- SKSE
Returns the Nth Ingredient of a ConstructibleObject as Form. (This function requires SKSE)
- Found in:
- SKSE
Sets the Nth Ingredient of a ConstructibleObject to the specified Form. (This function requires SKSE)
- Found in:
- SKSE
Returns the quantity needed of the Nth Ingredient for a ConstructibleObject. (This function requires SKSE)
- Found in:
- SKSE
Changes the quantity needed of the Nth Ingredient for a ConstructibleObject. (This function requires SKSE)
- Found in:
- SKSE
Returns the Keyword of the workbench needed for a ConstructibleObject. (This function requires SKSE)
- Found in:
- SKSE
Changes the Keyword of the workbench needed for a ConstructibleObject. (This function requires SKSE)
