SetConstructibleComponents - ConstructibleObject

F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.

Sets the required item list for this constructible object.

SyntaxEdit

Function SetConstructibleComponents(ConstructibleComponent[] components) Native

ParametersEdit

Return ValueEdit

None

ExamplesEdit

myConstructibleObject.SetConstructibleComponents(components)
Debug.Trace(myConstructibleObject+" now has "+" "+components+" as required items.")

NotesEdit

None

See AlsoEdit