The ConstructibleObject script is a part of Fallout 4’s Papyrus scripting ecosystem. It is included with the base game, and is extended/modified by modded sources such as Fallout 4 Script Extender (F4SE).
For this script, the Papyrus index knows about:
- 10 functions
- 1 struct
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- F4SE
Gets the required item list for this constructible object.
- Found in:
- F4SE
voidfunctionSetConstructibleComponents(ConstructibleObject:ConstructibleComponent[]components)NativeSets the required item list for this constructible object.
- Found in:
- F4SE
Sets the created object Form for this constructible object.
- Found in:
- F4SE
Gets the amount of Forms created by this constructible object.
- Found in:
- F4SE
Sets the amount of Forms created by this constructible object.
- Found in:
- F4SE
Gets the priority for this constructible object.
- Found in:
- F4SE
Sets the priority for this constructible object.
