SetConstructibleComponents - ConstructibleObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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

Sets the required item list for this constructible object.

Syntax[edit | edit source]

Function SetConstructibleComponents(ConstructibleComponent[] components) Native

Parameters[edit | edit source]

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]