Background for Fallout 4
Member of the ConstructibleObject script
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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.