- Found in:
- F4SE
voidfunctionSetConstructibleComponents(ConstructibleObject:ConstructibleComponent[]components)Native
Description
Wiki Description
Sets the required item list for this constructible object.
Caveats
CK Wiki - Notes
None
Parameters
ConstructibleObject:ConstructibleComponent[]components
CK Wiki Description
An array of ConstructibleComponent structures for this constructible objects required item list.
Examples
myConstructibleObject.SetConstructibleComponents(components)
Debug.Trace(myConstructibleObject+" now has "+" "+components+" as required items.")Auto-Generated Example
ConstructibleObject:ConstructibleComponent[] myConstructibleObject_ConstructibleComponentArray__components
myConstructibleObject__toCallFunctionOn.SetConstructibleComponents(myConstructibleObject_ConstructibleComponentArray__components)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
